home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / Gradient B191365320.psc / frmGradButtonExample.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-05-02  |  161.5 KB  |  3,944 lines

  1. VERSION 5.00
  2. Object = "*/AGradButton.vbp"
  3. Begin VB.Form frmGradButtonExample 
  4.    Caption         =   "Gradient Button Example"
  5.    ClientHeight    =   5400
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   13455
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   5400
  11.    ScaleWidth      =   13455
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin GradButton.GradientButton gbAbout 
  14.       Height          =   405
  15.       Left            =   11010
  16.       TabIndex        =   87
  17.       ToolTipText     =   "Click here to display the about information for the control."
  18.       Top             =   4980
  19.       Width           =   1035
  20.       _ExtentX        =   1826
  21.       _ExtentY        =   714
  22.       Appearance      =   0
  23.       Caption         =   "&About"
  24.       CaptionStyle    =   3
  25.       BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  26.          Name            =   "MS Sans Serif"
  27.          Size            =   8.25
  28.          Charset         =   0
  29.          Weight          =   400
  30.          Underline       =   0   'False
  31.          Italic          =   0   'False
  32.          Strikethrough   =   0   'False
  33.       EndProperty
  34.       BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  35.          Name            =   "MS Sans Serif"
  36.          Size            =   8.25
  37.          Charset         =   0
  38.          Weight          =   400
  39.          Underline       =   0   'False
  40.          Italic          =   0   'False
  41.          Strikethrough   =   0   'False
  42.       EndProperty
  43.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  44.          Name            =   "MS Sans Serif"
  45.          Size            =   8.25
  46.          Charset         =   0
  47.          Weight          =   700
  48.          Underline       =   0   'False
  49.          Italic          =   0   'False
  50.          Strikethrough   =   0   'False
  51.       EndProperty
  52.       BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  53.          Name            =   "MS Sans Serif"
  54.          Size            =   8.25
  55.          Charset         =   0
  56.          Weight          =   700
  57.          Underline       =   0   'False
  58.          Italic          =   0   'False
  59.          Strikethrough   =   0   'False
  60.       EndProperty
  61.       HoverForeColor  =   16711680
  62.    End
  63.    Begin VB.Frame frElliptical 
  64.       Caption         =   "Elliptical Gradients"
  65.       Height          =   1545
  66.       Left            =   8400
  67.       TabIndex        =   84
  68.       Top             =   3540
  69.       Width           =   2385
  70.       Begin GradButton.GradientButton gbElliptical 
  71.          Height          =   615
  72.          Index           =   0
  73.          Left            =   60
  74.          TabIndex        =   59
  75.          ToolTipText     =   "Ellipitical Gradient Example 1"
  76.          Top             =   240
  77.          Width           =   2265
  78.          _ExtentX        =   3995
  79.          _ExtentY        =   1085
  80.          Caption         =   "Elliptical Example 1"
  81.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  82.             Name            =   "MS Sans Serif"
  83.             Size            =   8.25
  84.             Charset         =   0
  85.             Weight          =   400
  86.             Underline       =   0   'False
  87.             Italic          =   0   'False
  88.             Strikethrough   =   0   'False
  89.          EndProperty
  90.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  91.             Name            =   "MS Sans Serif"
  92.             Size            =   8.25
  93.             Charset         =   0
  94.             Weight          =   400
  95.             Underline       =   0   'False
  96.             Italic          =   0   'False
  97.             Strikethrough   =   0   'False
  98.          EndProperty
  99.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  100.             Name            =   "MS Sans Serif"
  101.             Size            =   8.25
  102.             Charset         =   0
  103.             Weight          =   400
  104.             Underline       =   0   'False
  105.             Italic          =   0   'False
  106.             Strikethrough   =   0   'False
  107.          EndProperty
  108.          GradientColor1  =   65535
  109.          GradientColor2  =   255
  110.          GradientRepetitions=   3.5
  111.          GradientType    =   1
  112.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  113.             Name            =   "MS Sans Serif"
  114.             Size            =   8.25
  115.             Charset         =   0
  116.             Weight          =   400
  117.             Underline       =   0   'False
  118.             Italic          =   0   'False
  119.             Strikethrough   =   0   'False
  120.          EndProperty
  121.          Style           =   2
  122.       End
  123.       Begin GradButton.GradientButton gbElliptical 
  124.          Height          =   615
  125.          Index           =   1
  126.          Left            =   60
  127.          TabIndex        =   60
  128.          ToolTipText     =   "Ellipitical Gradient Example 2"
  129.          Top             =   870
  130.          Width           =   1125
  131.          _ExtentX        =   1984
  132.          _ExtentY        =   1085
  133.          Appearance      =   0
  134.          Caption         =   "Elliptical Example 2"
  135.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  136.             Name            =   "MS Sans Serif"
  137.             Size            =   8.25
  138.             Charset         =   0
  139.             Weight          =   400
  140.             Underline       =   0   'False
  141.             Italic          =   0   'False
  142.             Strikethrough   =   0   'False
  143.          EndProperty
  144.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  145.             Name            =   "MS Sans Serif"
  146.             Size            =   8.25
  147.             Charset         =   0
  148.             Weight          =   400
  149.             Underline       =   0   'False
  150.             Italic          =   0   'False
  151.             Strikethrough   =   0   'False
  152.          EndProperty
  153.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  154.             Name            =   "MS Sans Serif"
  155.             Size            =   8.25
  156.             Charset         =   0
  157.             Weight          =   400
  158.             Underline       =   0   'False
  159.             Italic          =   0   'False
  160.             Strikethrough   =   0   'False
  161.          EndProperty
  162.          GradientBlendMode=   1
  163.          GradientColor1  =   16777088
  164.          GradientColor2  =   12582912
  165.          GradientRepetitions=   3
  166.          GradientType    =   1
  167.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  168.             Name            =   "MS Sans Serif"
  169.             Size            =   8.25
  170.             Charset         =   0
  171.             Weight          =   400
  172.             Underline       =   0   'False
  173.             Italic          =   0   'False
  174.             Strikethrough   =   0   'False
  175.          EndProperty
  176.          Style           =   2
  177.       End
  178.       Begin GradButton.GradientButton gbElliptical 
  179.          Height          =   615
  180.          Index           =   2
  181.          Left            =   1200
  182.          TabIndex        =   61
  183.          ToolTipText     =   "Ellipitical Gradient Example 3"
  184.          Top             =   870
  185.          Width           =   1125
  186.          _ExtentX        =   1984
  187.          _ExtentY        =   556
  188.          Appearance      =   2
  189.          Caption         =   "Elliptical Example 3"
  190.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  191.             Name            =   "MS Sans Serif"
  192.             Size            =   8.25
  193.             Charset         =   0
  194.             Weight          =   400
  195.             Underline       =   0   'False
  196.             Italic          =   0   'False
  197.             Strikethrough   =   0   'False
  198.          EndProperty
  199.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  200.             Name            =   "MS Sans Serif"
  201.             Size            =   8.25
  202.             Charset         =   0
  203.             Weight          =   400
  204.             Underline       =   0   'False
  205.             Italic          =   0   'False
  206.             Strikethrough   =   0   'False
  207.          EndProperty
  208.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  209.             Name            =   "MS Sans Serif"
  210.             Size            =   8.25
  211.             Charset         =   0
  212.             Weight          =   400
  213.             Underline       =   0   'False
  214.             Italic          =   0   'False
  215.             Strikethrough   =   0   'False
  216.          EndProperty
  217.          GradientColor1  =   128
  218.          GradientColor2  =   12632319
  219.          GradientRepetitions=   2
  220.          GradientType    =   1
  221.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  222.             Name            =   "MS Sans Serif"
  223.             Size            =   8.25
  224.             Charset         =   0
  225.             Weight          =   400
  226.             Underline       =   0   'False
  227.             Italic          =   0   'False
  228.             Strikethrough   =   0   'False
  229.          EndProperty
  230.          Style           =   2
  231.       End
  232.    End
  233.    Begin VB.Frame frAutoSize 
  234.       Caption         =   "AutoSizing Background"
  235.       Height          =   1545
  236.       Left            =   8400
  237.       TabIndex        =   83
  238.       Top             =   1950
  239.       Width           =   2385
  240.       Begin GradButton.GradientButton gbAutoSize 
  241.          Height          =   525
  242.          Index           =   0
  243.          Left            =   60
  244.          TabIndex        =   57
  245.          ToolTipText     =   "This resizes to match the background picture size."
  246.          Top             =   240
  247.          Width           =   1245
  248.          _ExtentX        =   2196
  249.          _ExtentY        =   926
  250.          AutoSize        =   2
  251.          BackPicture     =   "frmGradButtonExample.frx":0000
  252.          Caption         =   "AutoSizing Control to Pic."
  253.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  254.             Name            =   "MS Sans Serif"
  255.             Size            =   8.25
  256.             Charset         =   0
  257.             Weight          =   400
  258.             Underline       =   0   'False
  259.             Italic          =   0   'False
  260.             Strikethrough   =   0   'False
  261.          EndProperty
  262.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  263.             Name            =   "MS Sans Serif"
  264.             Size            =   8.25
  265.             Charset         =   0
  266.             Weight          =   400
  267.             Underline       =   0   'False
  268.             Italic          =   0   'False
  269.             Strikethrough   =   0   'False
  270.          EndProperty
  271.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  272.             Name            =   "MS Sans Serif"
  273.             Size            =   8.25
  274.             Charset         =   0
  275.             Weight          =   400
  276.             Underline       =   0   'False
  277.             Italic          =   0   'False
  278.             Strikethrough   =   0   'False
  279.          EndProperty
  280.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  281.             Name            =   "MS Sans Serif"
  282.             Size            =   8.25
  283.             Charset         =   0
  284.             Weight          =   400
  285.             Underline       =   0   'False
  286.             Italic          =   0   'False
  287.             Strikethrough   =   0   'False
  288.          EndProperty
  289.          Style           =   4
  290.       End
  291.       Begin GradButton.GradientButton gbAutoSize 
  292.          Height          =   615
  293.          Index           =   1
  294.          Left            =   60
  295.          TabIndex        =   58
  296.          ToolTipText     =   "This control resizes the background picture to match the control size."
  297.          Top             =   870
  298.          Width           =   2265
  299.          _ExtentX        =   3995
  300.          _ExtentY        =   1085
  301.          Appearance      =   0
  302.          AutoSize        =   1
  303.          BackPicture     =   "frmGradButtonExample.frx":22C6
  304.          Caption         =   "AutoSizing Picture to Control"
  305.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  306.             Name            =   "MS Sans Serif"
  307.             Size            =   8.25
  308.             Charset         =   0
  309.             Weight          =   400
  310.             Underline       =   0   'False
  311.             Italic          =   0   'False
  312.             Strikethrough   =   0   'False
  313.          EndProperty
  314.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  315.             Name            =   "MS Sans Serif"
  316.             Size            =   8.25
  317.             Charset         =   0
  318.             Weight          =   400
  319.             Underline       =   0   'False
  320.             Italic          =   0   'False
  321.             Strikethrough   =   0   'False
  322.          EndProperty
  323.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  324.             Name            =   "MS Sans Serif"
  325.             Size            =   8.25
  326.             Charset         =   0
  327.             Weight          =   400
  328.             Underline       =   0   'False
  329.             Italic          =   0   'False
  330.             Strikethrough   =   0   'False
  331.          EndProperty
  332.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  333.             Name            =   "MS Sans Serif"
  334.             Size            =   8.25
  335.             Charset         =   0
  336.             Weight          =   400
  337.             Underline       =   0   'False
  338.             Italic          =   0   'False
  339.             Strikethrough   =   0   'False
  340.          EndProperty
  341.          Style           =   4
  342.       End
  343.    End
  344.    Begin VB.Frame frOptionButton 
  345.       Caption         =   "Option Button"
  346.       Height          =   2445
  347.       Left            =   10830
  348.       TabIndex        =   85
  349.       Top             =   2490
  350.       Width           =   2625
  351.       Begin GradButton.GradientButton gbOptionButton 
  352.          Height          =   525
  353.          Index           =   0
  354.          Left            =   60
  355.          TabIndex        =   62
  356.          ToolTipText     =   "Option Button Example 1 (All Option Buttons in this example  belong to same group)"
  357.          Top             =   240
  358.          Width           =   1245
  359.          _ExtentX        =   2196
  360.          _ExtentY        =   926
  361.          ButtonType      =   2
  362.          Caption         =   "Option Button 1 Value = True"
  363.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  364.             Name            =   "MS Sans Serif"
  365.             Size            =   8.25
  366.             Charset         =   0
  367.             Weight          =   400
  368.             Underline       =   0   'False
  369.             Italic          =   0   'False
  370.             Strikethrough   =   0   'False
  371.          EndProperty
  372.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  373.             Name            =   "MS Sans Serif"
  374.             Size            =   8.25
  375.             Charset         =   0
  376.             Weight          =   400
  377.             Underline       =   0   'False
  378.             Italic          =   0   'False
  379.             Strikethrough   =   0   'False
  380.          EndProperty
  381.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  382.             Name            =   "MS Sans Serif"
  383.             Size            =   8.25
  384.             Charset         =   0
  385.             Weight          =   400
  386.             Underline       =   0   'False
  387.             Italic          =   0   'False
  388.             Strikethrough   =   0   'False
  389.          EndProperty
  390.          GradientAngle   =   75
  391.          GradientColor1  =   16777215
  392.          GradientColor2  =   4210752
  393.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  394.             Name            =   "MS Sans Serif"
  395.             Size            =   8.25
  396.             Charset         =   0
  397.             Weight          =   400
  398.             Underline       =   0   'False
  399.             Italic          =   0   'False
  400.             Strikethrough   =   0   'False
  401.          EndProperty
  402.          Style           =   2
  403.          Value           =   -1  'True
  404.       End
  405.       Begin GradButton.GradientButton gbOptionButton 
  406.          Height          =   525
  407.          Index           =   1
  408.          Left            =   60
  409.          TabIndex        =   63
  410.          ToolTipText     =   "Option Button Example 2 (All Option Buttons in this example  belong to same group)"
  411.          Top             =   780
  412.          Width           =   1245
  413.          _ExtentX        =   2196
  414.          _ExtentY        =   926
  415.          Appearance      =   0
  416.          BorderColor     =   8421631
  417.          ButtonType      =   2
  418.          Caption         =   "Option Button 2 Value = False"
  419.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  420.             Name            =   "MS Sans Serif"
  421.             Size            =   8.25
  422.             Charset         =   0
  423.             Weight          =   400
  424.             Underline       =   0   'False
  425.             Italic          =   0   'False
  426.             Strikethrough   =   0   'False
  427.          EndProperty
  428.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  429.             Name            =   "MS Sans Serif"
  430.             Size            =   8.25
  431.             Charset         =   0
  432.             Weight          =   400
  433.             Underline       =   0   'False
  434.             Italic          =   0   'False
  435.             Strikethrough   =   0   'False
  436.          EndProperty
  437.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  438.             Name            =   "MS Sans Serif"
  439.             Size            =   8.25
  440.             Charset         =   0
  441.             Weight          =   400
  442.             Underline       =   0   'False
  443.             Italic          =   0   'False
  444.             Strikethrough   =   0   'False
  445.          EndProperty
  446.          GradientAngle   =   120
  447.          GradientColor1  =   128
  448.          GradientColor2  =   8421631
  449.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  450.             Name            =   "MS Sans Serif"
  451.             Size            =   8.25
  452.             Charset         =   0
  453.             Weight          =   400
  454.             Underline       =   0   'False
  455.             Italic          =   0   'False
  456.             Strikethrough   =   0   'False
  457.          EndProperty
  458.          Style           =   2
  459.       End
  460.       Begin GradButton.GradientButton gbOptionButton 
  461.          Height          =   525
  462.          Index           =   2
  463.          Left            =   60
  464.          TabIndex        =   64
  465.          ToolTipText     =   "Option Button Example 3 (All Option Buttons in this example  belong to same group)"
  466.          Top             =   1320
  467.          Width           =   1245
  468.          _ExtentX        =   2196
  469.          _ExtentY        =   926
  470.          Appearance      =   2
  471.          BorderColor     =   33023
  472.          ButtonType      =   2
  473.          Caption         =   "Option Button 3 Value = False"
  474.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  475.             Name            =   "MS Sans Serif"
  476.             Size            =   8.25
  477.             Charset         =   0
  478.             Weight          =   400
  479.             Underline       =   0   'False
  480.             Italic          =   0   'False
  481.             Strikethrough   =   0   'False
  482.          EndProperty
  483.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  484.             Name            =   "MS Sans Serif"
  485.             Size            =   8.25
  486.             Charset         =   0
  487.             Weight          =   400
  488.             Underline       =   0   'False
  489.             Italic          =   0   'False
  490.             Strikethrough   =   0   'False
  491.          EndProperty
  492.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  493.             Name            =   "MS Sans Serif"
  494.             Size            =   8.25
  495.             Charset         =   0
  496.             Weight          =   400
  497.             Underline       =   0   'False
  498.             Italic          =   0   'False
  499.             Strikethrough   =   0   'False
  500.          EndProperty
  501.          GradientAngle   =   93.6
  502.          GradientColor1  =   255
  503.          GradientColor2  =   65535
  504.          GradientRepetitions=   2
  505.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  506.             Name            =   "MS Sans Serif"
  507.             Size            =   8.25
  508.             Charset         =   0
  509.             Weight          =   400
  510.             Underline       =   0   'False
  511.             Italic          =   0   'False
  512.             Strikethrough   =   0   'False
  513.          EndProperty
  514.          Style           =   2
  515.       End
  516.       Begin GradButton.GradientButton gbOptionButton 
  517.          Height          =   525
  518.          Index           =   3
  519.          Left            =   60
  520.          TabIndex        =   65
  521.          ToolTipText     =   "Option Button Example 4 (All Option Buttons in this example  belong to same group)"
  522.          Top             =   1860
  523.          Width           =   1245
  524.          _ExtentX        =   2196
  525.          _ExtentY        =   926
  526.          Appearance      =   3
  527.          ButtonType      =   2
  528.          Caption         =   "Option Button 4 Value = False"
  529.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  530.             Name            =   "MS Sans Serif"
  531.             Size            =   8.25
  532.             Charset         =   0
  533.             Weight          =   400
  534.             Underline       =   0   'False
  535.             Italic          =   0   'False
  536.             Strikethrough   =   0   'False
  537.          EndProperty
  538.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  539.             Name            =   "MS Sans Serif"
  540.             Size            =   8.25
  541.             Charset         =   0
  542.             Weight          =   400
  543.             Underline       =   0   'False
  544.             Italic          =   0   'False
  545.             Strikethrough   =   0   'False
  546.          EndProperty
  547.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  548.             Name            =   "MS Sans Serif"
  549.             Size            =   8.25
  550.             Charset         =   0
  551.             Weight          =   400
  552.             Underline       =   0   'False
  553.             Italic          =   0   'False
  554.             Strikethrough   =   0   'False
  555.          EndProperty
  556.          GradientAngle   =   169.934
  557.          GradientBlendMode=   1
  558.          GradientColor1  =   16777088
  559.          GradientColor2  =   8388608
  560.          GradientRepetitions=   3
  561.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  562.             Name            =   "MS Sans Serif"
  563.             Size            =   8.25
  564.             Charset         =   0
  565.             Weight          =   400
  566.             Underline       =   0   'False
  567.             Italic          =   0   'False
  568.             Strikethrough   =   0   'False
  569.          EndProperty
  570.          Style           =   2
  571.       End
  572.       Begin GradButton.GradientButton gbOptionButton 
  573.          Height          =   525
  574.          Index           =   4
  575.          Left            =   1320
  576.          TabIndex        =   66
  577.          ToolTipText     =   "Option Button Example 5 (All Option Buttons in this example  belong to same group)"
  578.          Top             =   240
  579.          Width           =   1245
  580.          _ExtentX        =   2196
  581.          _ExtentY        =   926
  582.          BackPicture     =   "frmGradButtonExample.frx":458C
  583.          BorderColor     =   16761087
  584.          ButtonType      =   2
  585.          Caption         =   "Option Button 5 Value = False"
  586.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  587.             Name            =   "MS Sans Serif"
  588.             Size            =   8.25
  589.             Charset         =   0
  590.             Weight          =   400
  591.             Underline       =   0   'False
  592.             Italic          =   0   'False
  593.             Strikethrough   =   0   'False
  594.          EndProperty
  595.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  596.             Name            =   "MS Sans Serif"
  597.             Size            =   8.25
  598.             Charset         =   0
  599.             Weight          =   400
  600.             Underline       =   0   'False
  601.             Italic          =   0   'False
  602.             Strikethrough   =   0   'False
  603.          EndProperty
  604.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  605.             Name            =   "MS Sans Serif"
  606.             Size            =   8.25
  607.             Charset         =   0
  608.             Weight          =   400
  609.             Underline       =   0   'False
  610.             Italic          =   0   'False
  611.             Strikethrough   =   0   'False
  612.          EndProperty
  613.          GradientAngle   =   297
  614.          GradientColor1  =   16744703
  615.          GradientColor2  =   16744576
  616.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  617.             Name            =   "MS Sans Serif"
  618.             Size            =   8.25
  619.             Charset         =   0
  620.             Weight          =   400
  621.             Underline       =   0   'False
  622.             Italic          =   0   'False
  623.             Strikethrough   =   0   'False
  624.          EndProperty
  625.          Style           =   4
  626.       End
  627.       Begin GradButton.GradientButton gbOptionButton 
  628.          Height          =   525
  629.          Index           =   5
  630.          Left            =   1320
  631.          TabIndex        =   67
  632.          ToolTipText     =   "Option Button Example 6 (All Option Buttons in this example  belong to same group)"
  633.          Top             =   780
  634.          Width           =   1245
  635.          _ExtentX        =   2196
  636.          _ExtentY        =   926
  637.          Appearance      =   0
  638.          BackPicture     =   "frmGradButtonExample.frx":6852
  639.          BorderColor     =   12648447
  640.          ButtonType      =   2
  641.          Caption         =   "Option Button 6 Value = False"
  642.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  643.             Name            =   "MS Sans Serif"
  644.             Size            =   8.25
  645.             Charset         =   0
  646.             Weight          =   400
  647.             Underline       =   0   'False
  648.             Italic          =   0   'False
  649.             Strikethrough   =   0   'False
  650.          EndProperty
  651.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  652.             Name            =   "MS Sans Serif"
  653.             Size            =   8.25
  654.             Charset         =   0
  655.             Weight          =   400
  656.             Underline       =   0   'False
  657.             Italic          =   0   'False
  658.             Strikethrough   =   0   'False
  659.          EndProperty
  660.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  661.             Name            =   "MS Sans Serif"
  662.             Size            =   8.25
  663.             Charset         =   0
  664.             Weight          =   400
  665.             Underline       =   0   'False
  666.             Italic          =   0   'False
  667.             Strikethrough   =   0   'False
  668.          EndProperty
  669.          GradientAngle   =   65
  670.          GradientColor1  =   49152
  671.          GradientColor2  =   16777088
  672.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  673.             Name            =   "MS Sans Serif"
  674.             Size            =   8.25
  675.             Charset         =   0
  676.             Weight          =   400
  677.             Underline       =   0   'False
  678.             Italic          =   0   'False
  679.             Strikethrough   =   0   'False
  680.          EndProperty
  681.          Style           =   4
  682.       End
  683.       Begin GradButton.GradientButton gbOptionButton 
  684.          Height          =   525
  685.          Index           =   6
  686.          Left            =   1320
  687.          TabIndex        =   68
  688.          ToolTipText     =   "Option Button Example 7 (All Option Buttons in this example  belong to same group)"
  689.          Top             =   1320
  690.          Width           =   1245
  691.          _ExtentX        =   2196
  692.          _ExtentY        =   926
  693.          Appearance      =   2
  694.          BackPicture     =   "frmGradButtonExample.frx":8B18
  695.          BorderColor     =   8421631
  696.          ButtonType      =   2
  697.          Caption         =   "Option Button 7 Value = False"
  698.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  699.             Name            =   "MS Sans Serif"
  700.             Size            =   8.25
  701.             Charset         =   0
  702.             Weight          =   400
  703.             Underline       =   0   'False
  704.             Italic          =   0   'False
  705.             Strikethrough   =   0   'False
  706.          EndProperty
  707.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  708.             Name            =   "MS Sans Serif"
  709.             Size            =   8.25
  710.             Charset         =   0
  711.             Weight          =   400
  712.             Underline       =   0   'False
  713.             Italic          =   0   'False
  714.             Strikethrough   =   0   'False
  715.          EndProperty
  716.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  717.             Name            =   "MS Sans Serif"
  718.             Size            =   8.25
  719.             Charset         =   0
  720.             Weight          =   400
  721.             Underline       =   0   'False
  722.             Italic          =   0   'False
  723.             Strikethrough   =   0   'False
  724.          EndProperty
  725.          GradientAngle   =   115
  726.          GradientColor1  =   12632319
  727.          GradientColor2  =   8388736
  728.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  729.             Name            =   "MS Sans Serif"
  730.             Size            =   8.25
  731.             Charset         =   0
  732.             Weight          =   400
  733.             Underline       =   0   'False
  734.             Italic          =   0   'False
  735.             Strikethrough   =   0   'False
  736.          EndProperty
  737.          Style           =   4
  738.       End
  739.       Begin GradButton.GradientButton gbOptionButton 
  740.          Height          =   525
  741.          Index           =   7
  742.          Left            =   1320
  743.          TabIndex        =   69
  744.          ToolTipText     =   "Option Button Example 8 (All Option Buttons in this example  belong to same group)"
  745.          Top             =   1860
  746.          Width           =   1245
  747.          _ExtentX        =   2196
  748.          _ExtentY        =   926
  749.          Appearance      =   3
  750.          BackPicture     =   "frmGradButtonExample.frx":ADDE
  751.          BorderColor     =   8421631
  752.          ButtonType      =   2
  753.          Caption         =   "Option Button 8 Value = False"
  754.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  755.             Name            =   "MS Sans Serif"
  756.             Size            =   8.25
  757.             Charset         =   0
  758.             Weight          =   400
  759.             Underline       =   0   'False
  760.             Italic          =   0   'False
  761.             Strikethrough   =   0   'False
  762.          EndProperty
  763.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  764.             Name            =   "MS Sans Serif"
  765.             Size            =   8.25
  766.             Charset         =   0
  767.             Weight          =   400
  768.             Underline       =   0   'False
  769.             Italic          =   0   'False
  770.             Strikethrough   =   0   'False
  771.          EndProperty
  772.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  773.             Name            =   "MS Sans Serif"
  774.             Size            =   8.25
  775.             Charset         =   0
  776.             Weight          =   400
  777.             Underline       =   0   'False
  778.             Italic          =   0   'False
  779.             Strikethrough   =   0   'False
  780.          EndProperty
  781.          GradientAngle   =   115
  782.          GradientColor1  =   12632319
  783.          GradientColor2  =   8388736
  784.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  785.             Name            =   "MS Sans Serif"
  786.             Size            =   8.25
  787.             Charset         =   0
  788.             Weight          =   400
  789.             Underline       =   0   'False
  790.             Italic          =   0   'False
  791.             Strikethrough   =   0   'False
  792.          EndProperty
  793.          Style           =   4
  794.       End
  795.    End
  796.    Begin VB.Frame frStateButton 
  797.       Caption         =   "State Button"
  798.       Height          =   1905
  799.       Left            =   9420
  800.       TabIndex        =   74
  801.       Top             =   0
  802.       Width           =   1365
  803.       Begin GradButton.GradientButton gbStateButton 
  804.          Height          =   525
  805.          Index           =   0
  806.          Left            =   60
  807.          TabIndex        =   22
  808.          ToolTipText     =   "State Button Example 1"
  809.          Top             =   240
  810.          Width           =   1245
  811.          _ExtentX        =   2196
  812.          _ExtentY        =   926
  813.          BorderColor     =   8421631
  814.          ButtonType      =   1
  815.          Caption         =   "State Button 1 Value = False"
  816.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  817.             Name            =   "MS Sans Serif"
  818.             Size            =   8.25
  819.             Charset         =   0
  820.             Weight          =   400
  821.             Underline       =   0   'False
  822.             Italic          =   0   'False
  823.             Strikethrough   =   0   'False
  824.          EndProperty
  825.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  826.             Name            =   "MS Sans Serif"
  827.             Size            =   8.25
  828.             Charset         =   0
  829.             Weight          =   400
  830.             Underline       =   0   'False
  831.             Italic          =   0   'False
  832.             Strikethrough   =   0   'False
  833.          EndProperty
  834.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  835.             Name            =   "MS Sans Serif"
  836.             Size            =   8.25
  837.             Charset         =   0
  838.             Weight          =   400
  839.             Underline       =   0   'False
  840.             Italic          =   0   'False
  841.             Strikethrough   =   0   'False
  842.          EndProperty
  843.          GradientAngle   =   235
  844.          GradientColor1  =   128
  845.          GradientColor2  =   8421631
  846.          GradientRepetitions=   2
  847.          GradientType    =   2
  848.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  849.             Name            =   "MS Sans Serif"
  850.             Size            =   8.25
  851.             Charset         =   0
  852.             Weight          =   400
  853.             Underline       =   0   'False
  854.             Italic          =   0   'False
  855.             Strikethrough   =   0   'False
  856.          EndProperty
  857.          Style           =   2
  858.       End
  859.       Begin GradButton.GradientButton gbStateButton 
  860.          Height          =   525
  861.          Index           =   1
  862.          Left            =   60
  863.          TabIndex        =   23
  864.          ToolTipText     =   "State Button Example 2"
  865.          Top             =   780
  866.          Width           =   1245
  867.          _ExtentX        =   2196
  868.          _ExtentY        =   926
  869.          Appearance      =   0
  870.          BorderColor     =   33023
  871.          ButtonType      =   1
  872.          Caption         =   "State Button 2 Value = True"
  873.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  874.             Name            =   "MS Sans Serif"
  875.             Size            =   8.25
  876.             Charset         =   0
  877.             Weight          =   400
  878.             Underline       =   0   'False
  879.             Italic          =   0   'False
  880.             Strikethrough   =   0   'False
  881.          EndProperty
  882.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  883.             Name            =   "MS Sans Serif"
  884.             Size            =   8.25
  885.             Charset         =   0
  886.             Weight          =   400
  887.             Underline       =   0   'False
  888.             Italic          =   0   'False
  889.             Strikethrough   =   0   'False
  890.          EndProperty
  891.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  892.             Name            =   "MS Sans Serif"
  893.             Size            =   8.25
  894.             Charset         =   0
  895.             Weight          =   400
  896.             Underline       =   0   'False
  897.             Italic          =   0   'False
  898.             Strikethrough   =   0   'False
  899.          EndProperty
  900.          GradientAngle   =   235
  901.          GradientColor1  =   255
  902.          GradientColor2  =   65535
  903.          GradientRepetitions=   4
  904.          GradientType    =   2
  905.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  906.             Name            =   "MS Sans Serif"
  907.             Size            =   8.25
  908.             Charset         =   0
  909.             Weight          =   400
  910.             Underline       =   0   'False
  911.             Italic          =   0   'False
  912.             Strikethrough   =   0   'False
  913.          EndProperty
  914.          Style           =   2
  915.          Value           =   -1  'True
  916.       End
  917.       Begin GradButton.GradientButton gbStateButton 
  918.          Height          =   525
  919.          Index           =   2
  920.          Left            =   60
  921.          TabIndex        =   24
  922.          ToolTipText     =   "State Button Example 3"
  923.          Top             =   1320
  924.          Width           =   1245
  925.          _ExtentX        =   2196
  926.          _ExtentY        =   926
  927.          Appearance      =   2
  928.          BorderColor     =   16777088
  929.          ButtonType      =   1
  930.          Caption         =   "State Button 3 Value = False"
  931.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  932.             Name            =   "MS Sans Serif"
  933.             Size            =   8.25
  934.             Charset         =   0
  935.             Weight          =   400
  936.             Underline       =   0   'False
  937.             Italic          =   0   'False
  938.             Strikethrough   =   0   'False
  939.          EndProperty
  940.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  941.             Name            =   "MS Sans Serif"
  942.             Size            =   8.25
  943.             Charset         =   0
  944.             Weight          =   400
  945.             Underline       =   0   'False
  946.             Italic          =   0   'False
  947.             Strikethrough   =   0   'False
  948.          EndProperty
  949.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  950.             Name            =   "MS Sans Serif"
  951.             Size            =   8.25
  952.             Charset         =   0
  953.             Weight          =   400
  954.             Underline       =   0   'False
  955.             Italic          =   0   'False
  956.             Strikethrough   =   0   'False
  957.          EndProperty
  958.          GradientAngle   =   235
  959.          GradientBlendMode=   1
  960.          GradientColor1  =   16777088
  961.          GradientColor2  =   8388608
  962.          GradientType    =   1
  963.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  964.             Name            =   "MS Sans Serif"
  965.             Size            =   8.25
  966.             Charset         =   0
  967.             Weight          =   400
  968.             Underline       =   0   'False
  969.             Italic          =   0   'False
  970.             Strikethrough   =   0   'False
  971.          EndProperty
  972.          Style           =   2
  973.       End
  974.    End
  975.    Begin VB.Frame frCaptionStyle 
  976.       Caption         =   "Caption Style"
  977.       Height          =   1905
  978.       Left            =   0
  979.       TabIndex        =   70
  980.       Top             =   0
  981.       Width           =   2625
  982.       Begin GradButton.GradientButton gbCaptionStyle 
  983.          Height          =   525
  984.          Index           =   0
  985.          Left            =   60
  986.          TabIndex        =   1
  987.          ToolTipText     =   "Standard Caption Style"
  988.          Top             =   240
  989.          Width           =   1245
  990.          _ExtentX        =   2196
  991.          _ExtentY        =   926
  992.          Caption         =   "Standard"
  993.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  994.             Name            =   "MS Sans Serif"
  995.             Size            =   8.25
  996.             Charset         =   0
  997.             Weight          =   400
  998.             Underline       =   0   'False
  999.             Italic          =   0   'False
  1000.             Strikethrough   =   0   'False
  1001.          EndProperty
  1002.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1003.             Name            =   "MS Sans Serif"
  1004.             Size            =   8.25
  1005.             Charset         =   0
  1006.             Weight          =   400
  1007.             Underline       =   0   'False
  1008.             Italic          =   0   'False
  1009.             Strikethrough   =   0   'False
  1010.          EndProperty
  1011.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1012.             Name            =   "MS Sans Serif"
  1013.             Size            =   8.25
  1014.             Charset         =   0
  1015.             Weight          =   400
  1016.             Underline       =   0   'False
  1017.             Italic          =   0   'False
  1018.             Strikethrough   =   0   'False
  1019.          EndProperty
  1020.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1021.             Name            =   "MS Sans Serif"
  1022.             Size            =   8.25
  1023.             Charset         =   0
  1024.             Weight          =   400
  1025.             Underline       =   0   'False
  1026.             Italic          =   0   'False
  1027.             Strikethrough   =   0   'False
  1028.          EndProperty
  1029.          HoverForeColor  =   16711680
  1030.       End
  1031.       Begin GradButton.GradientButton gbCaptionStyle 
  1032.          Height          =   525
  1033.          Index           =   1
  1034.          Left            =   60
  1035.          TabIndex        =   2
  1036.          ToolTipText     =   "Light Inset Caption Style"
  1037.          Top             =   780
  1038.          Width           =   1245
  1039.          _ExtentX        =   2196
  1040.          _ExtentY        =   926
  1041.          Appearance      =   0
  1042.          Caption         =   "Inset Light"
  1043.          CaptionStyle    =   1
  1044.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1045.             Name            =   "MS Sans Serif"
  1046.             Size            =   8.25
  1047.             Charset         =   0
  1048.             Weight          =   400
  1049.             Underline       =   0   'False
  1050.             Italic          =   0   'False
  1051.             Strikethrough   =   0   'False
  1052.          EndProperty
  1053.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1054.             Name            =   "MS Sans Serif"
  1055.             Size            =   8.25
  1056.             Charset         =   0
  1057.             Weight          =   400
  1058.             Underline       =   0   'False
  1059.             Italic          =   0   'False
  1060.             Strikethrough   =   0   'False
  1061.          EndProperty
  1062.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1063.             Name            =   "MS Sans Serif"
  1064.             Size            =   8.25
  1065.             Charset         =   0
  1066.             Weight          =   400
  1067.             Underline       =   0   'False
  1068.             Italic          =   0   'False
  1069.             Strikethrough   =   0   'False
  1070.          EndProperty
  1071.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1072.             Name            =   "MS Sans Serif"
  1073.             Size            =   8.25
  1074.             Charset         =   0
  1075.             Weight          =   400
  1076.             Underline       =   0   'False
  1077.             Italic          =   0   'False
  1078.             Strikethrough   =   0   'False
  1079.          EndProperty
  1080.          HoverForeColor  =   16711680
  1081.       End
  1082.       Begin GradButton.GradientButton gbCaptionStyle 
  1083.          Height          =   525
  1084.          Index           =   2
  1085.          Left            =   60
  1086.          TabIndex        =   3
  1087.          ToolTipText     =   "Heavy Inset Caption Style"
  1088.          Top             =   1320
  1089.          Width           =   1245
  1090.          _ExtentX        =   2196
  1091.          _ExtentY        =   926
  1092.          Appearance      =   2
  1093.          Caption         =   "Inset Heavy"
  1094.          CaptionStyle    =   2
  1095.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1096.             Name            =   "MS Sans Serif"
  1097.             Size            =   8.25
  1098.             Charset         =   0
  1099.             Weight          =   400
  1100.             Underline       =   0   'False
  1101.             Italic          =   0   'False
  1102.             Strikethrough   =   0   'False
  1103.          EndProperty
  1104.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1105.             Name            =   "MS Sans Serif"
  1106.             Size            =   8.25
  1107.             Charset         =   0
  1108.             Weight          =   400
  1109.             Underline       =   0   'False
  1110.             Italic          =   0   'False
  1111.             Strikethrough   =   0   'False
  1112.          EndProperty
  1113.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1114.             Name            =   "MS Sans Serif"
  1115.             Size            =   8.25
  1116.             Charset         =   0
  1117.             Weight          =   400
  1118.             Underline       =   0   'False
  1119.             Italic          =   0   'False
  1120.             Strikethrough   =   0   'False
  1121.          EndProperty
  1122.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1123.             Name            =   "MS Sans Serif"
  1124.             Size            =   8.25
  1125.             Charset         =   0
  1126.             Weight          =   400
  1127.             Underline       =   0   'False
  1128.             Italic          =   0   'False
  1129.             Strikethrough   =   0   'False
  1130.          EndProperty
  1131.          HoverForeColor  =   16711680
  1132.       End
  1133.       Begin GradButton.GradientButton gbCaptionStyle 
  1134.          Height          =   525
  1135.          Index           =   3
  1136.          Left            =   1320
  1137.          TabIndex        =   4
  1138.          ToolTipText     =   "Light Raised Caption Style"
  1139.          Top             =   240
  1140.          Width           =   1245
  1141.          _ExtentX        =   2196
  1142.          _ExtentY        =   926
  1143.          Caption         =   "Raised Light"
  1144.          CaptionStyle    =   3
  1145.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1146.             Name            =   "MS Sans Serif"
  1147.             Size            =   8.25
  1148.             Charset         =   0
  1149.             Weight          =   400
  1150.             Underline       =   0   'False
  1151.             Italic          =   0   'False
  1152.             Strikethrough   =   0   'False
  1153.          EndProperty
  1154.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1155.             Name            =   "MS Sans Serif"
  1156.             Size            =   8.25
  1157.             Charset         =   0
  1158.             Weight          =   400
  1159.             Underline       =   0   'False
  1160.             Italic          =   0   'False
  1161.             Strikethrough   =   0   'False
  1162.          EndProperty
  1163.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1164.             Name            =   "MS Sans Serif"
  1165.             Size            =   8.25
  1166.             Charset         =   0
  1167.             Weight          =   400
  1168.             Underline       =   0   'False
  1169.             Italic          =   0   'False
  1170.             Strikethrough   =   0   'False
  1171.          EndProperty
  1172.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1173.             Name            =   "MS Sans Serif"
  1174.             Size            =   8.25
  1175.             Charset         =   0
  1176.             Weight          =   400
  1177.             Underline       =   0   'False
  1178.             Italic          =   0   'False
  1179.             Strikethrough   =   0   'False
  1180.          EndProperty
  1181.          HoverForeColor  =   16711680
  1182.       End
  1183.       Begin GradButton.GradientButton gbCaptionStyle 
  1184.          Height          =   525
  1185.          Index           =   4
  1186.          Left            =   1320
  1187.          TabIndex        =   5
  1188.          ToolTipText     =   "Heavy Raised Caption Style"
  1189.          Top             =   780
  1190.          Width           =   1245
  1191.          _ExtentX        =   2196
  1192.          _ExtentY        =   926
  1193.          Appearance      =   0
  1194.          Caption         =   "Raised Heavy"
  1195.          CaptionStyle    =   4
  1196.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1197.             Name            =   "MS Sans Serif"
  1198.             Size            =   8.25
  1199.             Charset         =   0
  1200.             Weight          =   400
  1201.             Underline       =   0   'False
  1202.             Italic          =   0   'False
  1203.             Strikethrough   =   0   'False
  1204.          EndProperty
  1205.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1206.             Name            =   "MS Sans Serif"
  1207.             Size            =   8.25
  1208.             Charset         =   0
  1209.             Weight          =   400
  1210.             Underline       =   0   'False
  1211.             Italic          =   0   'False
  1212.             Strikethrough   =   0   'False
  1213.          EndProperty
  1214.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1215.             Name            =   "MS Sans Serif"
  1216.             Size            =   8.25
  1217.             Charset         =   0
  1218.             Weight          =   400
  1219.             Underline       =   0   'False
  1220.             Italic          =   0   'False
  1221.             Strikethrough   =   0   'False
  1222.          EndProperty
  1223.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1224.             Name            =   "MS Sans Serif"
  1225.             Size            =   8.25
  1226.             Charset         =   0
  1227.             Weight          =   400
  1228.             Underline       =   0   'False
  1229.             Italic          =   0   'False
  1230.             Strikethrough   =   0   'False
  1231.          EndProperty
  1232.          HoverForeColor  =   16711680
  1233.       End
  1234.       Begin GradButton.GradientButton gbCaptionStyle 
  1235.          Height          =   525
  1236.          Index           =   5
  1237.          Left            =   1320
  1238.          TabIndex        =   6
  1239.          ToolTipText     =   "Drop Shadow Caption Style"
  1240.          Top             =   1320
  1241.          Width           =   1245
  1242.          _ExtentX        =   2196
  1243.          _ExtentY        =   926
  1244.          Appearance      =   2
  1245.          Caption         =   "Drop Shadow"
  1246.          CaptionStyle    =   5
  1247.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1248.             Name            =   "MS Sans Serif"
  1249.             Size            =   8.25
  1250.             Charset         =   0
  1251.             Weight          =   400
  1252.             Underline       =   0   'False
  1253.             Italic          =   0   'False
  1254.             Strikethrough   =   0   'False
  1255.          EndProperty
  1256.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1257.             Name            =   "MS Sans Serif"
  1258.             Size            =   8.25
  1259.             Charset         =   0
  1260.             Weight          =   400
  1261.             Underline       =   0   'False
  1262.             Italic          =   0   'False
  1263.             Strikethrough   =   0   'False
  1264.          EndProperty
  1265.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1266.             Name            =   "MS Sans Serif"
  1267.             Size            =   8.25
  1268.             Charset         =   0
  1269.             Weight          =   400
  1270.             Underline       =   0   'False
  1271.             Italic          =   0   'False
  1272.             Strikethrough   =   0   'False
  1273.          EndProperty
  1274.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1275.             Name            =   "MS Sans Serif"
  1276.             Size            =   8.25
  1277.             Charset         =   0
  1278.             Weight          =   400
  1279.             Underline       =   0   'False
  1280.             Italic          =   0   'False
  1281.             Strikethrough   =   0   'False
  1282.          EndProperty
  1283.          HoverForeColor  =   16711680
  1284.       End
  1285.    End
  1286.    Begin GradButton.GradientButton gbExit 
  1287.       Height          =   405
  1288.       Left            =   12270
  1289.       TabIndex        =   0
  1290.       ToolTipText     =   "Exit this program"
  1291.       Top             =   4980
  1292.       Width           =   1035
  1293.       _ExtentX        =   1826
  1294.       _ExtentY        =   714
  1295.       Appearance      =   0
  1296.       Caption         =   "E&xit"
  1297.       CaptionStyle    =   3
  1298.       BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1299.          Name            =   "MS Sans Serif"
  1300.          Size            =   8.25
  1301.          Charset         =   0
  1302.          Weight          =   400
  1303.          Underline       =   0   'False
  1304.          Italic          =   0   'False
  1305.          Strikethrough   =   0   'False
  1306.       EndProperty
  1307.       BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1308.          Name            =   "MS Sans Serif"
  1309.          Size            =   8.25
  1310.          Charset         =   0
  1311.          Weight          =   400
  1312.          Underline       =   0   'False
  1313.          Italic          =   0   'False
  1314.          Strikethrough   =   0   'False
  1315.       EndProperty
  1316.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1317.          Name            =   "MS Sans Serif"
  1318.          Size            =   8.25
  1319.          Charset         =   0
  1320.          Weight          =   700
  1321.          Underline       =   0   'False
  1322.          Italic          =   0   'False
  1323.          Strikethrough   =   0   'False
  1324.       EndProperty
  1325.       BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1326.          Name            =   "MS Sans Serif"
  1327.          Size            =   8.25
  1328.          Charset         =   0
  1329.          Weight          =   700
  1330.          Underline       =   0   'False
  1331.          Italic          =   0   'False
  1332.          Strikethrough   =   0   'False
  1333.       EndProperty
  1334.       HoverForeColor  =   16711680
  1335.    End
  1336.    Begin VB.Frame frStyle 
  1337.       Caption         =   "Styles"
  1338.       Height          =   2715
  1339.       Left            =   0
  1340.       TabIndex        =   76
  1341.       Top             =   1950
  1342.       Width           =   8355
  1343.       Begin VB.Frame frGraphicalPicture 
  1344.          Caption         =   "Graphical Picture"
  1345.          Height          =   2445
  1346.          Left            =   6930
  1347.          TabIndex        =   82
  1348.          Top             =   210
  1349.          Width           =   1365
  1350.          Begin GradButton.GradientButton gbGraphicalPicture 
  1351.             Height          =   525
  1352.             Index           =   0
  1353.             Left            =   60
  1354.             TabIndex        =   53
  1355.             ToolTipText     =   "Graphical Picture Display Style Example 1"
  1356.             Top             =   240
  1357.             Width           =   1245
  1358.             _ExtentX        =   2196
  1359.             _ExtentY        =   926
  1360.             Alignment       =   8
  1361.             BackPicture     =   "frmGradButtonExample.frx":D0A4
  1362.             Caption         =   "Graphical Gradient Ex. 1"
  1363.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1364.                Name            =   "MS Sans Serif"
  1365.                Size            =   8.25
  1366.                Charset         =   0
  1367.                Weight          =   400
  1368.                Underline       =   0   'False
  1369.                Italic          =   0   'False
  1370.                Strikethrough   =   0   'False
  1371.             EndProperty
  1372.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1373.                Name            =   "MS Sans Serif"
  1374.                Size            =   8.25
  1375.                Charset         =   0
  1376.                Weight          =   400
  1377.                Underline       =   0   'False
  1378.                Italic          =   0   'False
  1379.                Strikethrough   =   0   'False
  1380.             EndProperty
  1381.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1382.                Name            =   "MS Sans Serif"
  1383.                Size            =   8.25
  1384.                Charset         =   0
  1385.                Weight          =   400
  1386.                Underline       =   0   'False
  1387.                Italic          =   0   'False
  1388.                Strikethrough   =   0   'False
  1389.             EndProperty
  1390.             GradientAngle   =   75
  1391.             GradientColor1  =   16777215
  1392.             GradientColor2  =   4210752
  1393.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1394.                Name            =   "MS Sans Serif"
  1395.                Size            =   8.25
  1396.                Charset         =   0
  1397.                Weight          =   400
  1398.                Underline       =   0   'False
  1399.                Italic          =   0   'False
  1400.                Strikethrough   =   0   'False
  1401.             EndProperty
  1402.             Style           =   5
  1403.             UseHover        =   0   'False
  1404.          End
  1405.          Begin GradButton.GradientButton gbGraphicalPicture 
  1406.             Height          =   525
  1407.             Index           =   1
  1408.             Left            =   60
  1409.             TabIndex        =   54
  1410.             ToolTipText     =   "Graphical Picture Display Style Example 2"
  1411.             Top             =   780
  1412.             Width           =   1245
  1413.             _ExtentX        =   2196
  1414.             _ExtentY        =   926
  1415.             Alignment       =   8
  1416.             Appearance      =   0
  1417.             BackPicture     =   "frmGradButtonExample.frx":F36A
  1418.             BorderColor     =   8421631
  1419.             Caption         =   "Graphical Gradient Ex. 2"
  1420.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1421.                Name            =   "MS Sans Serif"
  1422.                Size            =   8.25
  1423.                Charset         =   0
  1424.                Weight          =   400
  1425.                Underline       =   0   'False
  1426.                Italic          =   0   'False
  1427.                Strikethrough   =   0   'False
  1428.             EndProperty
  1429.             DisabledPicture =   "frmGradButtonExample.frx":11630
  1430.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1431.                Name            =   "MS Sans Serif"
  1432.                Size            =   8.25
  1433.                Charset         =   0
  1434.                Weight          =   400
  1435.                Underline       =   0   'False
  1436.                Italic          =   0   'False
  1437.                Strikethrough   =   0   'False
  1438.             EndProperty
  1439.             DownPicture     =   "frmGradButtonExample.frx":1230A
  1440.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1441.                Name            =   "MS Sans Serif"
  1442.                Size            =   8.25
  1443.                Charset         =   0
  1444.                Weight          =   400
  1445.                Underline       =   0   'False
  1446.                Italic          =   0   'False
  1447.                Strikethrough   =   0   'False
  1448.             EndProperty
  1449.             GradientAngle   =   120
  1450.             GradientColor1  =   128
  1451.             GradientColor2  =   8421631
  1452.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1453.                Name            =   "MS Sans Serif"
  1454.                Size            =   8.25
  1455.                Charset         =   0
  1456.                Weight          =   400
  1457.                Underline       =   0   'False
  1458.                Italic          =   0   'False
  1459.                Strikethrough   =   0   'False
  1460.             EndProperty
  1461.             HoverPicture    =   "frmGradButtonExample.frx":12FE4
  1462.             Picture         =   "frmGradButtonExample.frx":13CBE
  1463.             Style           =   5
  1464.          End
  1465.          Begin GradButton.GradientButton gbGraphicalPicture 
  1466.             Height          =   525
  1467.             Index           =   2
  1468.             Left            =   60
  1469.             TabIndex        =   55
  1470.             ToolTipText     =   "Graphical Picture Display Style Example 3"
  1471.             Top             =   1320
  1472.             Width           =   1245
  1473.             _ExtentX        =   2196
  1474.             _ExtentY        =   926
  1475.             Alignment       =   8
  1476.             Appearance      =   2
  1477.             BackPicture     =   "frmGradButtonExample.frx":14998
  1478.             BorderColor     =   33023
  1479.             Caption         =   "Graphical Gradient Ex. 3"
  1480.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1481.                Name            =   "MS Sans Serif"
  1482.                Size            =   8.25
  1483.                Charset         =   0
  1484.                Weight          =   400
  1485.                Underline       =   0   'False
  1486.                Italic          =   0   'False
  1487.                Strikethrough   =   0   'False
  1488.             EndProperty
  1489.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1490.                Name            =   "MS Sans Serif"
  1491.                Size            =   8.25
  1492.                Charset         =   0
  1493.                Weight          =   400
  1494.                Underline       =   0   'False
  1495.                Italic          =   0   'False
  1496.                Strikethrough   =   0   'False
  1497.             EndProperty
  1498.             DownPicture     =   "frmGradButtonExample.frx":16C5E
  1499.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1500.                Name            =   "MS Sans Serif"
  1501.                Size            =   8.25
  1502.                Charset         =   0
  1503.                Weight          =   400
  1504.                Underline       =   0   'False
  1505.                Italic          =   0   'False
  1506.                Strikethrough   =   0   'False
  1507.             EndProperty
  1508.             GradientAngle   =   93.6
  1509.             GradientColor1  =   255
  1510.             GradientColor2  =   65535
  1511.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1512.                Name            =   "MS Sans Serif"
  1513.                Size            =   8.25
  1514.                Charset         =   0
  1515.                Weight          =   400
  1516.                Underline       =   0   'False
  1517.                Italic          =   0   'False
  1518.                Strikethrough   =   0   'False
  1519.             EndProperty
  1520.             Picture         =   "frmGradButtonExample.frx":17938
  1521.             Style           =   5
  1522.             UseHover        =   0   'False
  1523.          End
  1524.          Begin GradButton.GradientButton gbGraphicalPicture 
  1525.             Height          =   525
  1526.             Index           =   3
  1527.             Left            =   60
  1528.             TabIndex        =   56
  1529.             ToolTipText     =   "Graphical Picture Display Style Example 4"
  1530.             Top             =   1860
  1531.             Width           =   1245
  1532.             _ExtentX        =   2196
  1533.             _ExtentY        =   926
  1534.             Alignment       =   8
  1535.             Appearance      =   3
  1536.             BackPicture     =   "frmGradButtonExample.frx":18612
  1537.             BorderColor     =   16777088
  1538.             Caption         =   "Graphical Gradient Ex. 4"
  1539.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1540.                Name            =   "MS Sans Serif"
  1541.                Size            =   8.25
  1542.                Charset         =   0
  1543.                Weight          =   400
  1544.                Underline       =   0   'False
  1545.                Italic          =   0   'False
  1546.                Strikethrough   =   0   'False
  1547.             EndProperty
  1548.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1549.                Name            =   "MS Sans Serif"
  1550.                Size            =   8.25
  1551.                Charset         =   0
  1552.                Weight          =   400
  1553.                Underline       =   0   'False
  1554.                Italic          =   0   'False
  1555.                Strikethrough   =   0   'False
  1556.             EndProperty
  1557.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1558.                Name            =   "MS Sans Serif"
  1559.                Size            =   8.25
  1560.                Charset         =   0
  1561.                Weight          =   400
  1562.                Underline       =   0   'False
  1563.                Italic          =   0   'False
  1564.                Strikethrough   =   0   'False
  1565.             EndProperty
  1566.             GradientAngle   =   169.934
  1567.             GradientColor1  =   16777088
  1568.             GradientColor2  =   8388608
  1569.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1570.                Name            =   "MS Sans Serif"
  1571.                Size            =   8.25
  1572.                Charset         =   0
  1573.                Weight          =   400
  1574.                Underline       =   0   'False
  1575.                Italic          =   0   'False
  1576.                Strikethrough   =   0   'False
  1577.             EndProperty
  1578.             HoverPicture    =   "frmGradButtonExample.frx":1A8D8
  1579.             Picture         =   "frmGradButtonExample.frx":1B5B2
  1580.             Style           =   5
  1581.          End
  1582.       End
  1583.       Begin VB.Frame frPicture 
  1584.          Caption         =   "Picture"
  1585.          Height          =   2445
  1586.          Left            =   5550
  1587.          TabIndex        =   81
  1588.          Top             =   210
  1589.          Width           =   1365
  1590.          Begin GradButton.GradientButton gbPicture 
  1591.             Height          =   525
  1592.             Index           =   0
  1593.             Left            =   60
  1594.             TabIndex        =   49
  1595.             ToolTipText     =   "Picture Display Style Example 1"
  1596.             Top             =   240
  1597.             Width           =   1245
  1598.             _ExtentX        =   2196
  1599.             _ExtentY        =   926
  1600.             BackPicture     =   "frmGradButtonExample.frx":1C28C
  1601.             Caption         =   "Picture Ex. 1"
  1602.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1603.                Name            =   "MS Sans Serif"
  1604.                Size            =   8.25
  1605.                Charset         =   0
  1606.                Weight          =   400
  1607.                Underline       =   0   'False
  1608.                Italic          =   0   'False
  1609.                Strikethrough   =   0   'False
  1610.             EndProperty
  1611.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1612.                Name            =   "MS Sans Serif"
  1613.                Size            =   8.25
  1614.                Charset         =   0
  1615.                Weight          =   400
  1616.                Underline       =   0   'False
  1617.                Italic          =   0   'False
  1618.                Strikethrough   =   0   'False
  1619.             EndProperty
  1620.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1621.                Name            =   "MS Sans Serif"
  1622.                Size            =   8.25
  1623.                Charset         =   0
  1624.                Weight          =   400
  1625.                Underline       =   0   'False
  1626.                Italic          =   0   'False
  1627.                Strikethrough   =   0   'False
  1628.             EndProperty
  1629.             GradientAngle   =   75
  1630.             GradientColor1  =   16777215
  1631.             GradientColor2  =   4210752
  1632.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1633.                Name            =   "MS Sans Serif"
  1634.                Size            =   8.25
  1635.                Charset         =   0
  1636.                Weight          =   400
  1637.                Underline       =   0   'False
  1638.                Italic          =   0   'False
  1639.                Strikethrough   =   0   'False
  1640.             EndProperty
  1641.             Style           =   4
  1642.          End
  1643.          Begin GradButton.GradientButton gbPicture 
  1644.             Height          =   525
  1645.             Index           =   1
  1646.             Left            =   60
  1647.             TabIndex        =   50
  1648.             ToolTipText     =   "Picture Display Style Example 2"
  1649.             Top             =   780
  1650.             Width           =   1245
  1651.             _ExtentX        =   2196
  1652.             _ExtentY        =   926
  1653.             Appearance      =   0
  1654.             BackPicture     =   "frmGradButtonExample.frx":1E552
  1655.             BorderColor     =   8421631
  1656.             Caption         =   "Picture Ex. 2"
  1657.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1658.                Name            =   "MS Sans Serif"
  1659.                Size            =   8.25
  1660.                Charset         =   0
  1661.                Weight          =   400
  1662.                Underline       =   0   'False
  1663.                Italic          =   0   'False
  1664.                Strikethrough   =   0   'False
  1665.             EndProperty
  1666.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1667.                Name            =   "MS Sans Serif"
  1668.                Size            =   8.25
  1669.                Charset         =   0
  1670.                Weight          =   400
  1671.                Underline       =   0   'False
  1672.                Italic          =   0   'False
  1673.                Strikethrough   =   0   'False
  1674.             EndProperty
  1675.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1676.                Name            =   "MS Sans Serif"
  1677.                Size            =   8.25
  1678.                Charset         =   0
  1679.                Weight          =   400
  1680.                Underline       =   0   'False
  1681.                Italic          =   0   'False
  1682.                Strikethrough   =   0   'False
  1683.             EndProperty
  1684.             GradientAngle   =   120
  1685.             GradientColor1  =   128
  1686.             GradientColor2  =   8421631
  1687.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1688.                Name            =   "MS Sans Serif"
  1689.                Size            =   8.25
  1690.                Charset         =   0
  1691.                Weight          =   400
  1692.                Underline       =   0   'False
  1693.                Italic          =   0   'False
  1694.                Strikethrough   =   0   'False
  1695.             EndProperty
  1696.             Style           =   4
  1697.             UseHover        =   0   'False
  1698.          End
  1699.          Begin GradButton.GradientButton gbPicture 
  1700.             Height          =   525
  1701.             Index           =   2
  1702.             Left            =   60
  1703.             TabIndex        =   51
  1704.             ToolTipText     =   "Picture Display Style Example 3"
  1705.             Top             =   1320
  1706.             Width           =   1245
  1707.             _ExtentX        =   2196
  1708.             _ExtentY        =   926
  1709.             Appearance      =   2
  1710.             BackPicture     =   "frmGradButtonExample.frx":20818
  1711.             BorderColor     =   33023
  1712.             Caption         =   "Picture Ex. 3"
  1713.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1714.                Name            =   "MS Sans Serif"
  1715.                Size            =   8.25
  1716.                Charset         =   0
  1717.                Weight          =   400
  1718.                Underline       =   0   'False
  1719.                Italic          =   0   'False
  1720.                Strikethrough   =   0   'False
  1721.             EndProperty
  1722.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1723.                Name            =   "MS Sans Serif"
  1724.                Size            =   8.25
  1725.                Charset         =   0
  1726.                Weight          =   400
  1727.                Underline       =   0   'False
  1728.                Italic          =   0   'False
  1729.                Strikethrough   =   0   'False
  1730.             EndProperty
  1731.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1732.                Name            =   "MS Sans Serif"
  1733.                Size            =   8.25
  1734.                Charset         =   0
  1735.                Weight          =   400
  1736.                Underline       =   0   'False
  1737.                Italic          =   0   'False
  1738.                Strikethrough   =   0   'False
  1739.             EndProperty
  1740.             GradientAngle   =   93.6
  1741.             GradientColor1  =   255
  1742.             GradientColor2  =   65535
  1743.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1744.                Name            =   "MS Sans Serif"
  1745.                Size            =   8.25
  1746.                Charset         =   0
  1747.                Weight          =   400
  1748.                Underline       =   0   'False
  1749.                Italic          =   0   'False
  1750.                Strikethrough   =   0   'False
  1751.             EndProperty
  1752.             Style           =   4
  1753.          End
  1754.          Begin GradButton.GradientButton gbPicture 
  1755.             Height          =   525
  1756.             Index           =   3
  1757.             Left            =   60
  1758.             TabIndex        =   52
  1759.             ToolTipText     =   "Picture Display Style Example 4"
  1760.             Top             =   1860
  1761.             Width           =   1245
  1762.             _ExtentX        =   2196
  1763.             _ExtentY        =   926
  1764.             Appearance      =   3
  1765.             BackPicture     =   "frmGradButtonExample.frx":22ADE
  1766.             BorderColor     =   16777088
  1767.             Caption         =   "Picture Ex. 4"
  1768.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1769.                Name            =   "MS Sans Serif"
  1770.                Size            =   8.25
  1771.                Charset         =   0
  1772.                Weight          =   400
  1773.                Underline       =   0   'False
  1774.                Italic          =   0   'False
  1775.                Strikethrough   =   0   'False
  1776.             EndProperty
  1777.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1778.                Name            =   "MS Sans Serif"
  1779.                Size            =   8.25
  1780.                Charset         =   0
  1781.                Weight          =   400
  1782.                Underline       =   0   'False
  1783.                Italic          =   0   'False
  1784.                Strikethrough   =   0   'False
  1785.             EndProperty
  1786.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1787.                Name            =   "MS Sans Serif"
  1788.                Size            =   8.25
  1789.                Charset         =   0
  1790.                Weight          =   400
  1791.                Underline       =   0   'False
  1792.                Italic          =   0   'False
  1793.                Strikethrough   =   0   'False
  1794.             EndProperty
  1795.             GradientAngle   =   165.934
  1796.             GradientColor1  =   16777088
  1797.             GradientColor2  =   8388608
  1798.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1799.                Name            =   "MS Sans Serif"
  1800.                Size            =   8.25
  1801.                Charset         =   0
  1802.                Weight          =   400
  1803.                Underline       =   0   'False
  1804.                Italic          =   0   'False
  1805.                Strikethrough   =   0   'False
  1806.             EndProperty
  1807.             Style           =   4
  1808.             UseHover        =   0   'False
  1809.          End
  1810.       End
  1811.       Begin VB.Frame frGraphicalGradient 
  1812.          Caption         =   "Graphical Gradient"
  1813.          Height          =   2445
  1814.          Left            =   4170
  1815.          TabIndex        =   80
  1816.          Top             =   210
  1817.          Width           =   1365
  1818.          Begin GradButton.GradientButton gbGraphicalGradient 
  1819.             Height          =   525
  1820.             Index           =   4
  1821.             Left            =   60
  1822.             TabIndex        =   45
  1823.             ToolTipText     =   "Graphical Gradient Display Style Example 1"
  1824.             Top             =   240
  1825.             Width           =   1245
  1826.             _ExtentX        =   2196
  1827.             _ExtentY        =   926
  1828.             Alignment       =   8
  1829.             Caption         =   "Graphical Gradient Ex. 1"
  1830.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1831.                Name            =   "MS Sans Serif"
  1832.                Size            =   8.25
  1833.                Charset         =   0
  1834.                Weight          =   400
  1835.                Underline       =   0   'False
  1836.                Italic          =   0   'False
  1837.                Strikethrough   =   0   'False
  1838.             EndProperty
  1839.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1840.                Name            =   "MS Sans Serif"
  1841.                Size            =   8.25
  1842.                Charset         =   0
  1843.                Weight          =   400
  1844.                Underline       =   0   'False
  1845.                Italic          =   0   'False
  1846.                Strikethrough   =   0   'False
  1847.             EndProperty
  1848.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1849.                Name            =   "MS Sans Serif"
  1850.                Size            =   8.25
  1851.                Charset         =   0
  1852.                Weight          =   400
  1853.                Underline       =   0   'False
  1854.                Italic          =   0   'False
  1855.                Strikethrough   =   0   'False
  1856.             EndProperty
  1857.             GradientAngle   =   75
  1858.             GradientColor1  =   16777215
  1859.             GradientColor2  =   4210752
  1860.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1861.                Name            =   "MS Sans Serif"
  1862.                Size            =   8.25
  1863.                Charset         =   0
  1864.                Weight          =   400
  1865.                Underline       =   0   'False
  1866.                Italic          =   0   'False
  1867.                Strikethrough   =   0   'False
  1868.             EndProperty
  1869.             Style           =   3
  1870.             UseHover        =   0   'False
  1871.          End
  1872.          Begin GradButton.GradientButton gbGraphicalGradient 
  1873.             Height          =   525
  1874.             Index           =   0
  1875.             Left            =   60
  1876.             TabIndex        =   46
  1877.             ToolTipText     =   "Graphical Gradient Display Style Example 2"
  1878.             Top             =   780
  1879.             Width           =   1245
  1880.             _ExtentX        =   2196
  1881.             _ExtentY        =   926
  1882.             Alignment       =   8
  1883.             Appearance      =   0
  1884.             BorderColor     =   8421631
  1885.             Caption         =   "Graphical Gradient Ex. 2"
  1886.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1887.                Name            =   "MS Sans Serif"
  1888.                Size            =   8.25
  1889.                Charset         =   0
  1890.                Weight          =   400
  1891.                Underline       =   0   'False
  1892.                Italic          =   0   'False
  1893.                Strikethrough   =   0   'False
  1894.             EndProperty
  1895.             DisabledPicture =   "frmGradButtonExample.frx":24DA4
  1896.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1897.                Name            =   "MS Sans Serif"
  1898.                Size            =   8.25
  1899.                Charset         =   0
  1900.                Weight          =   400
  1901.                Underline       =   0   'False
  1902.                Italic          =   0   'False
  1903.                Strikethrough   =   0   'False
  1904.             EndProperty
  1905.             DownPicture     =   "frmGradButtonExample.frx":25A7E
  1906.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1907.                Name            =   "MS Sans Serif"
  1908.                Size            =   8.25
  1909.                Charset         =   0
  1910.                Weight          =   400
  1911.                Underline       =   0   'False
  1912.                Italic          =   0   'False
  1913.                Strikethrough   =   0   'False
  1914.             EndProperty
  1915.             GradientAngle   =   120
  1916.             GradientColor1  =   128
  1917.             GradientColor2  =   8421631
  1918.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1919.                Name            =   "MS Sans Serif"
  1920.                Size            =   8.25
  1921.                Charset         =   0
  1922.                Weight          =   400
  1923.                Underline       =   0   'False
  1924.                Italic          =   0   'False
  1925.                Strikethrough   =   0   'False
  1926.             EndProperty
  1927.             HoverPicture    =   "frmGradButtonExample.frx":26758
  1928.             Picture         =   "frmGradButtonExample.frx":27432
  1929.             Style           =   3
  1930.          End
  1931.          Begin GradButton.GradientButton gbGraphicalGradient 
  1932.             Height          =   525
  1933.             Index           =   1
  1934.             Left            =   60
  1935.             TabIndex        =   47
  1936.             ToolTipText     =   "Graphical Gradient Display Style Example 3"
  1937.             Top             =   1320
  1938.             Width           =   1245
  1939.             _ExtentX        =   2196
  1940.             _ExtentY        =   926
  1941.             Alignment       =   8
  1942.             Appearance      =   2
  1943.             BorderColor     =   33023
  1944.             Caption         =   "Graphical Gradient Ex. 3"
  1945.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1946.                Name            =   "MS Sans Serif"
  1947.                Size            =   8.25
  1948.                Charset         =   0
  1949.                Weight          =   400
  1950.                Underline       =   0   'False
  1951.                Italic          =   0   'False
  1952.                Strikethrough   =   0   'False
  1953.             EndProperty
  1954.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1955.                Name            =   "MS Sans Serif"
  1956.                Size            =   8.25
  1957.                Charset         =   0
  1958.                Weight          =   400
  1959.                Underline       =   0   'False
  1960.                Italic          =   0   'False
  1961.                Strikethrough   =   0   'False
  1962.             EndProperty
  1963.             DownPicture     =   "frmGradButtonExample.frx":2810C
  1964.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1965.                Name            =   "MS Sans Serif"
  1966.                Size            =   8.25
  1967.                Charset         =   0
  1968.                Weight          =   400
  1969.                Underline       =   0   'False
  1970.                Italic          =   0   'False
  1971.                Strikethrough   =   0   'False
  1972.             EndProperty
  1973.             GradientAngle   =   93.6
  1974.             GradientColor1  =   255
  1975.             GradientColor2  =   65535
  1976.             GradientRepetitions=   2
  1977.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  1978.                Name            =   "MS Sans Serif"
  1979.                Size            =   8.25
  1980.                Charset         =   0
  1981.                Weight          =   400
  1982.                Underline       =   0   'False
  1983.                Italic          =   0   'False
  1984.                Strikethrough   =   0   'False
  1985.             EndProperty
  1986.             Picture         =   "frmGradButtonExample.frx":28DE6
  1987.             Style           =   3
  1988.             UseHover        =   0   'False
  1989.          End
  1990.          Begin GradButton.GradientButton gbGraphicalGradient 
  1991.             Height          =   525
  1992.             Index           =   2
  1993.             Left            =   60
  1994.             TabIndex        =   48
  1995.             ToolTipText     =   "Graphical Gradient Display Style Example 4"
  1996.             Top             =   1860
  1997.             Width           =   1245
  1998.             _ExtentX        =   2196
  1999.             _ExtentY        =   926
  2000.             Alignment       =   8
  2001.             Appearance      =   3
  2002.             BorderColor     =   16777088
  2003.             Caption         =   "Graphical Gradient Ex. 4"
  2004.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2005.                Name            =   "MS Sans Serif"
  2006.                Size            =   8.25
  2007.                Charset         =   0
  2008.                Weight          =   400
  2009.                Underline       =   0   'False
  2010.                Italic          =   0   'False
  2011.                Strikethrough   =   0   'False
  2012.             EndProperty
  2013.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2014.                Name            =   "MS Sans Serif"
  2015.                Size            =   8.25
  2016.                Charset         =   0
  2017.                Weight          =   400
  2018.                Underline       =   0   'False
  2019.                Italic          =   0   'False
  2020.                Strikethrough   =   0   'False
  2021.             EndProperty
  2022.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2023.                Name            =   "MS Sans Serif"
  2024.                Size            =   8.25
  2025.                Charset         =   0
  2026.                Weight          =   400
  2027.                Underline       =   0   'False
  2028.                Italic          =   0   'False
  2029.                Strikethrough   =   0   'False
  2030.             EndProperty
  2031.             GradientAngle   =   169.934
  2032.             GradientBlendMode=   1
  2033.             GradientColor1  =   16777088
  2034.             GradientColor2  =   8388608
  2035.             GradientRepetitions=   3
  2036.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2037.                Name            =   "MS Sans Serif"
  2038.                Size            =   8.25
  2039.                Charset         =   0
  2040.                Weight          =   400
  2041.                Underline       =   0   'False
  2042.                Italic          =   0   'False
  2043.                Strikethrough   =   0   'False
  2044.             EndProperty
  2045.             HoverPicture    =   "frmGradButtonExample.frx":29AC0
  2046.             Picture         =   "frmGradButtonExample.frx":2A79A
  2047.             Style           =   3
  2048.          End
  2049.       End
  2050.       Begin VB.Frame frGradient 
  2051.          Caption         =   "Gradient"
  2052.          Height          =   2445
  2053.          Left            =   2790
  2054.          TabIndex        =   79
  2055.          Top             =   210
  2056.          Width           =   1365
  2057.          Begin GradButton.GradientButton gbGradient 
  2058.             Height          =   525
  2059.             Index           =   0
  2060.             Left            =   60
  2061.             TabIndex        =   41
  2062.             ToolTipText     =   "Gradient Display Style Example 1"
  2063.             Top             =   240
  2064.             Width           =   1245
  2065.             _ExtentX        =   2196
  2066.             _ExtentY        =   926
  2067.             Caption         =   "Gradient Ex. 1"
  2068.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2069.                Name            =   "MS Sans Serif"
  2070.                Size            =   8.25
  2071.                Charset         =   0
  2072.                Weight          =   400
  2073.                Underline       =   0   'False
  2074.                Italic          =   0   'False
  2075.                Strikethrough   =   0   'False
  2076.             EndProperty
  2077.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2078.                Name            =   "MS Sans Serif"
  2079.                Size            =   8.25
  2080.                Charset         =   0
  2081.                Weight          =   400
  2082.                Underline       =   0   'False
  2083.                Italic          =   0   'False
  2084.                Strikethrough   =   0   'False
  2085.             EndProperty
  2086.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2087.                Name            =   "MS Sans Serif"
  2088.                Size            =   8.25
  2089.                Charset         =   0
  2090.                Weight          =   400
  2091.                Underline       =   0   'False
  2092.                Italic          =   0   'False
  2093.                Strikethrough   =   0   'False
  2094.             EndProperty
  2095.             GradientAngle   =   75
  2096.             GradientColor1  =   16777215
  2097.             GradientColor2  =   4210752
  2098.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2099.                Name            =   "MS Sans Serif"
  2100.                Size            =   8.25
  2101.                Charset         =   0
  2102.                Weight          =   400
  2103.                Underline       =   0   'False
  2104.                Italic          =   0   'False
  2105.                Strikethrough   =   0   'False
  2106.             EndProperty
  2107.             Style           =   2
  2108.          End
  2109.          Begin GradButton.GradientButton gbGradient 
  2110.             Height          =   525
  2111.             Index           =   1
  2112.             Left            =   60
  2113.             TabIndex        =   42
  2114.             ToolTipText     =   "Gradient Display Style Example 2"
  2115.             Top             =   780
  2116.             Width           =   1245
  2117.             _ExtentX        =   2196
  2118.             _ExtentY        =   926
  2119.             Appearance      =   0
  2120.             BorderColor     =   8421631
  2121.             Caption         =   "Gradient Ex. 2"
  2122.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2123.                Name            =   "MS Sans Serif"
  2124.                Size            =   8.25
  2125.                Charset         =   0
  2126.                Weight          =   400
  2127.                Underline       =   0   'False
  2128.                Italic          =   0   'False
  2129.                Strikethrough   =   0   'False
  2130.             EndProperty
  2131.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2132.                Name            =   "MS Sans Serif"
  2133.                Size            =   8.25
  2134.                Charset         =   0
  2135.                Weight          =   400
  2136.                Underline       =   0   'False
  2137.                Italic          =   0   'False
  2138.                Strikethrough   =   0   'False
  2139.             EndProperty
  2140.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2141.                Name            =   "MS Sans Serif"
  2142.                Size            =   8.25
  2143.                Charset         =   0
  2144.                Weight          =   400
  2145.                Underline       =   0   'False
  2146.                Italic          =   0   'False
  2147.                Strikethrough   =   0   'False
  2148.             EndProperty
  2149.             GradientAngle   =   120
  2150.             GradientColor1  =   128
  2151.             GradientColor2  =   8421631
  2152.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2153.                Name            =   "MS Sans Serif"
  2154.                Size            =   8.25
  2155.                Charset         =   0
  2156.                Weight          =   400
  2157.                Underline       =   0   'False
  2158.                Italic          =   0   'False
  2159.                Strikethrough   =   0   'False
  2160.             EndProperty
  2161.             Style           =   2
  2162.             UseHover        =   0   'False
  2163.          End
  2164.          Begin GradButton.GradientButton gbGradient 
  2165.             Height          =   525
  2166.             Index           =   2
  2167.             Left            =   60
  2168.             TabIndex        =   43
  2169.             ToolTipText     =   "Gradient Display Style Example 3"
  2170.             Top             =   1320
  2171.             Width           =   1245
  2172.             _ExtentX        =   2196
  2173.             _ExtentY        =   926
  2174.             Appearance      =   2
  2175.             BorderColor     =   33023
  2176.             Caption         =   "Gradient Ex. 3"
  2177.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2178.                Name            =   "MS Sans Serif"
  2179.                Size            =   8.25
  2180.                Charset         =   0
  2181.                Weight          =   400
  2182.                Underline       =   0   'False
  2183.                Italic          =   0   'False
  2184.                Strikethrough   =   0   'False
  2185.             EndProperty
  2186.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2187.                Name            =   "MS Sans Serif"
  2188.                Size            =   8.25
  2189.                Charset         =   0
  2190.                Weight          =   400
  2191.                Underline       =   0   'False
  2192.                Italic          =   0   'False
  2193.                Strikethrough   =   0   'False
  2194.             EndProperty
  2195.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2196.                Name            =   "MS Sans Serif"
  2197.                Size            =   8.25
  2198.                Charset         =   0
  2199.                Weight          =   400
  2200.                Underline       =   0   'False
  2201.                Italic          =   0   'False
  2202.                Strikethrough   =   0   'False
  2203.             EndProperty
  2204.             GradientAngle   =   93.6
  2205.             GradientColor1  =   255
  2206.             GradientColor2  =   65535
  2207.             GradientRepetitions=   2
  2208.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2209.                Name            =   "MS Sans Serif"
  2210.                Size            =   8.25
  2211.                Charset         =   0
  2212.                Weight          =   400
  2213.                Underline       =   0   'False
  2214.                Italic          =   0   'False
  2215.                Strikethrough   =   0   'False
  2216.             EndProperty
  2217.             Style           =   2
  2218.          End
  2219.          Begin GradButton.GradientButton gbGradient 
  2220.             Height          =   525
  2221.             Index           =   3
  2222.             Left            =   60
  2223.             TabIndex        =   44
  2224.             ToolTipText     =   "Gradient Display Style Example 4"
  2225.             Top             =   1860
  2226.             Width           =   1245
  2227.             _ExtentX        =   2196
  2228.             _ExtentY        =   926
  2229.             Appearance      =   3
  2230.             BorderColor     =   16777088
  2231.             Caption         =   "Gradient Ex. 4"
  2232.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2233.                Name            =   "MS Sans Serif"
  2234.                Size            =   8.25
  2235.                Charset         =   0
  2236.                Weight          =   400
  2237.                Underline       =   0   'False
  2238.                Italic          =   0   'False
  2239.                Strikethrough   =   0   'False
  2240.             EndProperty
  2241.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2242.                Name            =   "MS Sans Serif"
  2243.                Size            =   8.25
  2244.                Charset         =   0
  2245.                Weight          =   400
  2246.                Underline       =   0   'False
  2247.                Italic          =   0   'False
  2248.                Strikethrough   =   0   'False
  2249.             EndProperty
  2250.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2251.                Name            =   "MS Sans Serif"
  2252.                Size            =   8.25
  2253.                Charset         =   0
  2254.                Weight          =   400
  2255.                Underline       =   0   'False
  2256.                Italic          =   0   'False
  2257.                Strikethrough   =   0   'False
  2258.             EndProperty
  2259.             GradientAngle   =   165.934
  2260.             GradientBlendMode=   1
  2261.             GradientColor1  =   16777088
  2262.             GradientColor2  =   8388608
  2263.             GradientRepetitions=   3
  2264.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2265.                Name            =   "MS Sans Serif"
  2266.                Size            =   8.25
  2267.                Charset         =   0
  2268.                Weight          =   400
  2269.                Underline       =   0   'False
  2270.                Italic          =   0   'False
  2271.                Strikethrough   =   0   'False
  2272.             EndProperty
  2273.             Style           =   2
  2274.             UseHover        =   0   'False
  2275.          End
  2276.       End
  2277.       Begin VB.Frame frStyleGraphical 
  2278.          Caption         =   "Graphical"
  2279.          Height          =   2445
  2280.          Left            =   1410
  2281.          TabIndex        =   78
  2282.          Top             =   210
  2283.          Width           =   1365
  2284.          Begin GradButton.GradientButton gbGraphical 
  2285.             Height          =   525
  2286.             Index           =   0
  2287.             Left            =   60
  2288.             TabIndex        =   37
  2289.             ToolTipText     =   "Graphical Display Style Example 1"
  2290.             Top             =   240
  2291.             Width           =   1245
  2292.             _ExtentX        =   2196
  2293.             _ExtentY        =   926
  2294.             Alignment       =   8
  2295.             Caption         =   "Graphical Ex. 1"
  2296.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2297.                Name            =   "MS Sans Serif"
  2298.                Size            =   8.25
  2299.                Charset         =   0
  2300.                Weight          =   400
  2301.                Underline       =   0   'False
  2302.                Italic          =   0   'False
  2303.                Strikethrough   =   0   'False
  2304.             EndProperty
  2305.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2306.                Name            =   "MS Sans Serif"
  2307.                Size            =   8.25
  2308.                Charset         =   0
  2309.                Weight          =   400
  2310.                Underline       =   0   'False
  2311.                Italic          =   0   'False
  2312.                Strikethrough   =   0   'False
  2313.             EndProperty
  2314.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2315.                Name            =   "MS Sans Serif"
  2316.                Size            =   8.25
  2317.                Charset         =   0
  2318.                Weight          =   400
  2319.                Underline       =   0   'False
  2320.                Italic          =   0   'False
  2321.                Strikethrough   =   0   'False
  2322.             EndProperty
  2323.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2324.                Name            =   "MS Sans Serif"
  2325.                Size            =   8.25
  2326.                Charset         =   0
  2327.                Weight          =   400
  2328.                Underline       =   0   'False
  2329.                Italic          =   0   'False
  2330.                Strikethrough   =   0   'False
  2331.             EndProperty
  2332.             Style           =   1
  2333.             UseHover        =   0   'False
  2334.          End
  2335.          Begin GradButton.GradientButton gbGraphical 
  2336.             Height          =   525
  2337.             Index           =   1
  2338.             Left            =   60
  2339.             TabIndex        =   38
  2340.             ToolTipText     =   "Graphical Display Style Example 2"
  2341.             Top             =   780
  2342.             Width           =   1245
  2343.             _ExtentX        =   2196
  2344.             _ExtentY        =   926
  2345.             Alignment       =   8
  2346.             Appearance      =   0
  2347.             BackColor       =   255
  2348.             Caption         =   "Graphical Ex. 2"
  2349.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2350.                Name            =   "MS Sans Serif"
  2351.                Size            =   8.25
  2352.                Charset         =   0
  2353.                Weight          =   400
  2354.                Underline       =   0   'False
  2355.                Italic          =   0   'False
  2356.                Strikethrough   =   0   'False
  2357.             EndProperty
  2358.             DisabledPicture =   "frmGradButtonExample.frx":2B474
  2359.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2360.                Name            =   "MS Sans Serif"
  2361.                Size            =   8.25
  2362.                Charset         =   0
  2363.                Weight          =   400
  2364.                Underline       =   0   'False
  2365.                Italic          =   0   'False
  2366.                Strikethrough   =   0   'False
  2367.             EndProperty
  2368.             DownPicture     =   "frmGradButtonExample.frx":2C14E
  2369.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2370.                Name            =   "MS Sans Serif"
  2371.                Size            =   8.25
  2372.                Charset         =   0
  2373.                Weight          =   400
  2374.                Underline       =   0   'False
  2375.                Italic          =   0   'False
  2376.                Strikethrough   =   0   'False
  2377.             EndProperty
  2378.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2379.                Name            =   "MS Sans Serif"
  2380.                Size            =   8.25
  2381.                Charset         =   0
  2382.                Weight          =   400
  2383.                Underline       =   0   'False
  2384.                Italic          =   0   'False
  2385.                Strikethrough   =   0   'False
  2386.             EndProperty
  2387.             HoverPicture    =   "frmGradButtonExample.frx":2CE28
  2388.             Picture         =   "frmGradButtonExample.frx":2DB02
  2389.             Style           =   1
  2390.          End
  2391.          Begin GradButton.GradientButton gbGraphical 
  2392.             Height          =   525
  2393.             Index           =   2
  2394.             Left            =   60
  2395.             TabIndex        =   39
  2396.             ToolTipText     =   "Graphical Display Style Example 3"
  2397.             Top             =   1320
  2398.             Width           =   1245
  2399.             _ExtentX        =   2196
  2400.             _ExtentY        =   926
  2401.             Alignment       =   8
  2402.             Appearance      =   2
  2403.             BackColor       =   16576
  2404.             Caption         =   "Graphical Ex. 3"
  2405.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2406.                Name            =   "MS Sans Serif"
  2407.                Size            =   8.25
  2408.                Charset         =   0
  2409.                Weight          =   400
  2410.                Underline       =   0   'False
  2411.                Italic          =   0   'False
  2412.                Strikethrough   =   0   'False
  2413.             EndProperty
  2414.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2415.                Name            =   "MS Sans Serif"
  2416.                Size            =   8.25
  2417.                Charset         =   0
  2418.                Weight          =   400
  2419.                Underline       =   0   'False
  2420.                Italic          =   0   'False
  2421.                Strikethrough   =   0   'False
  2422.             EndProperty
  2423.             DownPicture     =   "frmGradButtonExample.frx":2E7DC
  2424.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2425.                Name            =   "MS Sans Serif"
  2426.                Size            =   8.25
  2427.                Charset         =   0
  2428.                Weight          =   400
  2429.                Underline       =   0   'False
  2430.                Italic          =   0   'False
  2431.                Strikethrough   =   0   'False
  2432.             EndProperty
  2433.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2434.                Name            =   "MS Sans Serif"
  2435.                Size            =   8.25
  2436.                Charset         =   0
  2437.                Weight          =   400
  2438.                Underline       =   0   'False
  2439.                Italic          =   0   'False
  2440.                Strikethrough   =   0   'False
  2441.             EndProperty
  2442.             Picture         =   "frmGradButtonExample.frx":2F4B6
  2443.             Style           =   1
  2444.             UseHover        =   0   'False
  2445.          End
  2446.          Begin GradButton.GradientButton gbGraphical 
  2447.             Height          =   525
  2448.             Index           =   3
  2449.             Left            =   60
  2450.             TabIndex        =   40
  2451.             ToolTipText     =   "Graphical Display Style Example 4"
  2452.             Top             =   1860
  2453.             Width           =   1245
  2454.             _ExtentX        =   2196
  2455.             _ExtentY        =   926
  2456.             Alignment       =   8
  2457.             Appearance      =   3
  2458.             BackColor       =   16711680
  2459.             BevelIntensity  =   40
  2460.             Caption         =   "Graphical Ex. 4"
  2461.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2462.                Name            =   "MS Sans Serif"
  2463.                Size            =   8.25
  2464.                Charset         =   0
  2465.                Weight          =   400
  2466.                Underline       =   0   'False
  2467.                Italic          =   0   'False
  2468.                Strikethrough   =   0   'False
  2469.             EndProperty
  2470.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2471.                Name            =   "MS Sans Serif"
  2472.                Size            =   8.25
  2473.                Charset         =   0
  2474.                Weight          =   400
  2475.                Underline       =   0   'False
  2476.                Italic          =   0   'False
  2477.                Strikethrough   =   0   'False
  2478.             EndProperty
  2479.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2480.                Name            =   "MS Sans Serif"
  2481.                Size            =   8.25
  2482.                Charset         =   0
  2483.                Weight          =   400
  2484.                Underline       =   0   'False
  2485.                Italic          =   0   'False
  2486.                Strikethrough   =   0   'False
  2487.             EndProperty
  2488.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2489.                Name            =   "MS Sans Serif"
  2490.                Size            =   8.25
  2491.                Charset         =   0
  2492.                Weight          =   400
  2493.                Underline       =   0   'False
  2494.                Italic          =   0   'False
  2495.                Strikethrough   =   0   'False
  2496.             EndProperty
  2497.             HoverPicture    =   "frmGradButtonExample.frx":30190
  2498.             Picture         =   "frmGradButtonExample.frx":30E6A
  2499.             Style           =   1
  2500.          End
  2501.       End
  2502.       Begin VB.Frame frStyleStandard 
  2503.          Caption         =   "Standard"
  2504.          Height          =   2445
  2505.          Left            =   30
  2506.          TabIndex        =   77
  2507.          Top             =   210
  2508.          Width           =   1365
  2509.          Begin GradButton.GradientButton gbStandard 
  2510.             Height          =   525
  2511.             Index           =   0
  2512.             Left            =   60
  2513.             TabIndex        =   33
  2514.             ToolTipText     =   "Standard Display Style Example 1"
  2515.             Top             =   240
  2516.             Width           =   1245
  2517.             _ExtentX        =   2196
  2518.             _ExtentY        =   926
  2519.             Caption         =   "Standard Ex. 1"
  2520.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2521.                Name            =   "MS Sans Serif"
  2522.                Size            =   8.25
  2523.                Charset         =   0
  2524.                Weight          =   400
  2525.                Underline       =   0   'False
  2526.                Italic          =   0   'False
  2527.                Strikethrough   =   0   'False
  2528.             EndProperty
  2529.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2530.                Name            =   "MS Sans Serif"
  2531.                Size            =   8.25
  2532.                Charset         =   0
  2533.                Weight          =   400
  2534.                Underline       =   0   'False
  2535.                Italic          =   0   'False
  2536.                Strikethrough   =   0   'False
  2537.             EndProperty
  2538.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2539.                Name            =   "MS Sans Serif"
  2540.                Size            =   8.25
  2541.                Charset         =   0
  2542.                Weight          =   400
  2543.                Underline       =   0   'False
  2544.                Italic          =   0   'False
  2545.                Strikethrough   =   0   'False
  2546.             EndProperty
  2547.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2548.                Name            =   "MS Sans Serif"
  2549.                Size            =   8.25
  2550.                Charset         =   0
  2551.                Weight          =   400
  2552.                Underline       =   0   'False
  2553.                Italic          =   0   'False
  2554.                Strikethrough   =   0   'False
  2555.             EndProperty
  2556.          End
  2557.          Begin GradButton.GradientButton gbStandard 
  2558.             Height          =   525
  2559.             Index           =   1
  2560.             Left            =   60
  2561.             TabIndex        =   34
  2562.             ToolTipText     =   "Standard Display Style Example 2"
  2563.             Top             =   780
  2564.             Width           =   1245
  2565.             _ExtentX        =   2196
  2566.             _ExtentY        =   926
  2567.             Appearance      =   0
  2568.             BackColor       =   255
  2569.             Caption         =   "Standard Ex. 2"
  2570.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2571.                Name            =   "MS Sans Serif"
  2572.                Size            =   8.25
  2573.                Charset         =   0
  2574.                Weight          =   400
  2575.                Underline       =   0   'False
  2576.                Italic          =   0   'False
  2577.                Strikethrough   =   0   'False
  2578.             EndProperty
  2579.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2580.                Name            =   "MS Sans Serif"
  2581.                Size            =   8.25
  2582.                Charset         =   0
  2583.                Weight          =   400
  2584.                Underline       =   0   'False
  2585.                Italic          =   0   'False
  2586.                Strikethrough   =   0   'False
  2587.             EndProperty
  2588.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2589.                Name            =   "MS Sans Serif"
  2590.                Size            =   8.25
  2591.                Charset         =   0
  2592.                Weight          =   400
  2593.                Underline       =   0   'False
  2594.                Italic          =   0   'False
  2595.                Strikethrough   =   0   'False
  2596.             EndProperty
  2597.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2598.                Name            =   "MS Sans Serif"
  2599.                Size            =   8.25
  2600.                Charset         =   0
  2601.                Weight          =   400
  2602.                Underline       =   0   'False
  2603.                Italic          =   0   'False
  2604.                Strikethrough   =   0   'False
  2605.             EndProperty
  2606.             UseHover        =   0   'False
  2607.          End
  2608.          Begin GradButton.GradientButton gbStandard 
  2609.             Height          =   525
  2610.             Index           =   2
  2611.             Left            =   60
  2612.             TabIndex        =   35
  2613.             ToolTipText     =   "Standard Display Style Example 3"
  2614.             Top             =   1320
  2615.             Width           =   1245
  2616.             _ExtentX        =   2196
  2617.             _ExtentY        =   926
  2618.             Appearance      =   2
  2619.             BackColor       =   16576
  2620.             Caption         =   "Standard Ex. 3"
  2621.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2622.                Name            =   "MS Sans Serif"
  2623.                Size            =   8.25
  2624.                Charset         =   0
  2625.                Weight          =   400
  2626.                Underline       =   0   'False
  2627.                Italic          =   0   'False
  2628.                Strikethrough   =   0   'False
  2629.             EndProperty
  2630.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2631.                Name            =   "MS Sans Serif"
  2632.                Size            =   8.25
  2633.                Charset         =   0
  2634.                Weight          =   400
  2635.                Underline       =   0   'False
  2636.                Italic          =   0   'False
  2637.                Strikethrough   =   0   'False
  2638.             EndProperty
  2639.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2640.                Name            =   "MS Sans Serif"
  2641.                Size            =   8.25
  2642.                Charset         =   0
  2643.                Weight          =   400
  2644.                Underline       =   0   'False
  2645.                Italic          =   0   'False
  2646.                Strikethrough   =   0   'False
  2647.             EndProperty
  2648.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2649.                Name            =   "MS Sans Serif"
  2650.                Size            =   8.25
  2651.                Charset         =   0
  2652.                Weight          =   400
  2653.                Underline       =   0   'False
  2654.                Italic          =   0   'False
  2655.                Strikethrough   =   0   'False
  2656.             EndProperty
  2657.          End
  2658.          Begin GradButton.GradientButton gbStandard 
  2659.             Height          =   525
  2660.             Index           =   3
  2661.             Left            =   60
  2662.             TabIndex        =   36
  2663.             ToolTipText     =   "Standard Display Style Example 4"
  2664.             Top             =   1860
  2665.             Width           =   1245
  2666.             _ExtentX        =   2196
  2667.             _ExtentY        =   926
  2668.             Appearance      =   3
  2669.             BackColor       =   16711680
  2670.             BevelIntensity  =   40
  2671.             Caption         =   "Standard Ex. 4"
  2672.             BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2673.                Name            =   "MS Sans Serif"
  2674.                Size            =   8.25
  2675.                Charset         =   0
  2676.                Weight          =   400
  2677.                Underline       =   0   'False
  2678.                Italic          =   0   'False
  2679.                Strikethrough   =   0   'False
  2680.             EndProperty
  2681.             BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2682.                Name            =   "MS Sans Serif"
  2683.                Size            =   8.25
  2684.                Charset         =   0
  2685.                Weight          =   400
  2686.                Underline       =   0   'False
  2687.                Italic          =   0   'False
  2688.                Strikethrough   =   0   'False
  2689.             EndProperty
  2690.             BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2691.                Name            =   "MS Sans Serif"
  2692.                Size            =   8.25
  2693.                Charset         =   0
  2694.                Weight          =   400
  2695.                Underline       =   0   'False
  2696.                Italic          =   0   'False
  2697.                Strikethrough   =   0   'False
  2698.             EndProperty
  2699.             BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2700.                Name            =   "MS Sans Serif"
  2701.                Size            =   8.25
  2702.                Charset         =   0
  2703.                Weight          =   400
  2704.                Underline       =   0   'False
  2705.                Italic          =   0   'False
  2706.                Strikethrough   =   0   'False
  2707.             EndProperty
  2708.             UseHover        =   0   'False
  2709.          End
  2710.       End
  2711.    End
  2712.    Begin VB.Frame frFont 
  2713.       Caption         =   "Font"
  2714.       Height          =   1905
  2715.       Left            =   8010
  2716.       TabIndex        =   73
  2717.       Top             =   0
  2718.       Width           =   1365
  2719.       Begin GradButton.GradientButton gbFont 
  2720.          Height          =   525
  2721.          Index           =   0
  2722.          Left            =   60
  2723.          TabIndex        =   19
  2724.          ToolTipText     =   "All Standard Fonts"
  2725.          Top             =   240
  2726.          Width           =   1245
  2727.          _ExtentX        =   2196
  2728.          _ExtentY        =   926
  2729.          Caption         =   "Standard"
  2730.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2731.             Name            =   "MS Sans Serif"
  2732.             Size            =   8.25
  2733.             Charset         =   0
  2734.             Weight          =   400
  2735.             Underline       =   0   'False
  2736.             Italic          =   0   'False
  2737.             Strikethrough   =   0   'False
  2738.          EndProperty
  2739.          DisabledFontEnabled=   -1  'True
  2740.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2741.             Name            =   "MS Sans Serif"
  2742.             Size            =   8.25
  2743.             Charset         =   0
  2744.             Weight          =   400
  2745.             Underline       =   0   'False
  2746.             Italic          =   0   'False
  2747.             Strikethrough   =   0   'False
  2748.          EndProperty
  2749.          DownFontEnabled =   -1  'True
  2750.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2751.             Name            =   "MS Sans Serif"
  2752.             Size            =   8.25
  2753.             Charset         =   0
  2754.             Weight          =   400
  2755.             Underline       =   0   'False
  2756.             Italic          =   0   'False
  2757.             Strikethrough   =   0   'False
  2758.          EndProperty
  2759.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2760.             Name            =   "MS Sans Serif"
  2761.             Size            =   8.25
  2762.             Charset         =   0
  2763.             Weight          =   400
  2764.             Underline       =   0   'False
  2765.             Italic          =   0   'False
  2766.             Strikethrough   =   0   'False
  2767.          EndProperty
  2768.          HoverFontEnabled=   -1  'True
  2769.       End
  2770.       Begin GradButton.GradientButton gbFont 
  2771.          Height          =   525
  2772.          Index           =   1
  2773.          Left            =   60
  2774.          TabIndex        =   20
  2775.          ToolTipText     =   "MS SanSerif Font, Verdana Hover font, Times New Roman Down font, and Courier New Disabled font."
  2776.          Top             =   780
  2777.          Width           =   1245
  2778.          _ExtentX        =   2196
  2779.          _ExtentY        =   926
  2780.          Appearance      =   0
  2781.          Caption         =   "Example 1"
  2782.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2783.             Name            =   "Courier New"
  2784.             Size            =   8.25
  2785.             Charset         =   0
  2786.             Weight          =   400
  2787.             Underline       =   0   'False
  2788.             Italic          =   -1  'True
  2789.             Strikethrough   =   0   'False
  2790.          EndProperty
  2791.          DisabledFontEnabled=   -1  'True
  2792.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2793.             Name            =   "Times New Roman"
  2794.             Size            =   9
  2795.             Charset         =   0
  2796.             Weight          =   700
  2797.             Underline       =   0   'False
  2798.             Italic          =   -1  'True
  2799.             Strikethrough   =   0   'False
  2800.          EndProperty
  2801.          DownFontEnabled =   -1  'True
  2802.          DownForeColor   =   65280
  2803.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2804.             Name            =   "MS Sans Serif"
  2805.             Size            =   8.25
  2806.             Charset         =   0
  2807.             Weight          =   700
  2808.             Underline       =   0   'False
  2809.             Italic          =   0   'False
  2810.             Strikethrough   =   0   'False
  2811.          EndProperty
  2812.          ForeColor       =   255
  2813.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2814.             Name            =   "Verdana"
  2815.             Size            =   8.25
  2816.             Charset         =   0
  2817.             Weight          =   700
  2818.             Underline       =   -1  'True
  2819.             Italic          =   -1  'True
  2820.             Strikethrough   =   0   'False
  2821.          EndProperty
  2822.          HoverFontEnabled=   -1  'True
  2823.          HoverForeColor  =   16711680
  2824.       End
  2825.       Begin GradButton.GradientButton gbFont 
  2826.          Height          =   525
  2827.          Index           =   2
  2828.          Left            =   60
  2829.          TabIndex        =   21
  2830.          ToolTipText     =   "Arial Font, Courier New Hover font, System Down font, and MS Sans Serif Disabled font."
  2831.          Top             =   1320
  2832.          Width           =   1245
  2833.          _ExtentX        =   2196
  2834.          _ExtentY        =   926
  2835.          Appearance      =   2
  2836.          Caption         =   "Example 2"
  2837.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2838.             Name            =   "MS Sans Serif"
  2839.             Size            =   8.25
  2840.             Charset         =   0
  2841.             Weight          =   400
  2842.             Underline       =   0   'False
  2843.             Italic          =   0   'False
  2844.             Strikethrough   =   0   'False
  2845.          EndProperty
  2846.          DisabledFontEnabled=   -1  'True
  2847.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2848.             Name            =   "System"
  2849.             Size            =   9.75
  2850.             Charset         =   0
  2851.             Weight          =   700
  2852.             Underline       =   0   'False
  2853.             Italic          =   -1  'True
  2854.             Strikethrough   =   -1  'True
  2855.          EndProperty
  2856.          DownFontEnabled =   -1  'True
  2857.          DownForeColor   =   49344
  2858.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2859.             Name            =   "Arial"
  2860.             Size            =   9.75
  2861.             Charset         =   0
  2862.             Weight          =   400
  2863.             Underline       =   0   'False
  2864.             Italic          =   0   'False
  2865.             Strikethrough   =   -1  'True
  2866.          EndProperty
  2867.          ForeColor       =   12583104
  2868.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2869.             Name            =   "Courier New"
  2870.             Size            =   12
  2871.             Charset         =   0
  2872.             Weight          =   700
  2873.             Underline       =   0   'False
  2874.             Italic          =   0   'False
  2875.             Strikethrough   =   0   'False
  2876.          EndProperty
  2877.          HoverFontEnabled=   -1  'True
  2878.          HoverForeColor  =   16776960
  2879.       End
  2880.    End
  2881.    Begin VB.Frame frColor 
  2882.       Caption         =   "Color"
  2883.       Height          =   1905
  2884.       Left            =   6600
  2885.       TabIndex        =   72
  2886.       Top             =   0
  2887.       Width           =   1365
  2888.       Begin GradButton.GradientButton gbColor 
  2889.          Height          =   525
  2890.          Index           =   0
  2891.          Left            =   60
  2892.          TabIndex        =   16
  2893.          ToolTipText     =   "Standard Text Colors"
  2894.          Top             =   240
  2895.          Width           =   1245
  2896.          _ExtentX        =   2196
  2897.          _ExtentY        =   926
  2898.          Caption         =   "Standard"
  2899.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2900.             Name            =   "MS Sans Serif"
  2901.             Size            =   8.25
  2902.             Charset         =   0
  2903.             Weight          =   400
  2904.             Underline       =   0   'False
  2905.             Italic          =   0   'False
  2906.             Strikethrough   =   0   'False
  2907.          EndProperty
  2908.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2909.             Name            =   "MS Sans Serif"
  2910.             Size            =   8.25
  2911.             Charset         =   0
  2912.             Weight          =   400
  2913.             Underline       =   0   'False
  2914.             Italic          =   0   'False
  2915.             Strikethrough   =   0   'False
  2916.          EndProperty
  2917.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2918.             Name            =   "MS Sans Serif"
  2919.             Size            =   8.25
  2920.             Charset         =   0
  2921.             Weight          =   400
  2922.             Underline       =   0   'False
  2923.             Italic          =   0   'False
  2924.             Strikethrough   =   0   'False
  2925.          EndProperty
  2926.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2927.             Name            =   "MS Sans Serif"
  2928.             Size            =   8.25
  2929.             Charset         =   0
  2930.             Weight          =   400
  2931.             Underline       =   0   'False
  2932.             Italic          =   0   'False
  2933.             Strikethrough   =   0   'False
  2934.          EndProperty
  2935.       End
  2936.       Begin GradButton.GradientButton gbColor 
  2937.          Height          =   525
  2938.          Index           =   1
  2939.          Left            =   60
  2940.          TabIndex        =   17
  2941.          ToolTipText     =   "Red forecolor, Blue Hover Color, Green Down color, and System Disabled Text Color when disabled."
  2942.          Top             =   780
  2943.          Width           =   1245
  2944.          _ExtentX        =   2196
  2945.          _ExtentY        =   926
  2946.          Appearance      =   0
  2947.          Caption         =   "Example 1"
  2948.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2949.             Name            =   "MS Sans Serif"
  2950.             Size            =   8.25
  2951.             Charset         =   0
  2952.             Weight          =   400
  2953.             Underline       =   0   'False
  2954.             Italic          =   0   'False
  2955.             Strikethrough   =   0   'False
  2956.          EndProperty
  2957.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2958.             Name            =   "MS Sans Serif"
  2959.             Size            =   8.25
  2960.             Charset         =   0
  2961.             Weight          =   400
  2962.             Underline       =   0   'False
  2963.             Italic          =   0   'False
  2964.             Strikethrough   =   0   'False
  2965.          EndProperty
  2966.          DownForeColor   =   65280
  2967.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2968.             Name            =   "MS Sans Serif"
  2969.             Size            =   8.25
  2970.             Charset         =   0
  2971.             Weight          =   400
  2972.             Underline       =   0   'False
  2973.             Italic          =   0   'False
  2974.             Strikethrough   =   0   'False
  2975.          EndProperty
  2976.          ForeColor       =   255
  2977.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  2978.             Name            =   "MS Sans Serif"
  2979.             Size            =   8.25
  2980.             Charset         =   0
  2981.             Weight          =   400
  2982.             Underline       =   0   'False
  2983.             Italic          =   0   'False
  2984.             Strikethrough   =   0   'False
  2985.          EndProperty
  2986.          HoverForeColor  =   16711680
  2987.       End
  2988.       Begin GradButton.GradientButton gbColor 
  2989.          Height          =   525
  2990.          Index           =   2
  2991.          Left            =   60
  2992.          TabIndex        =   18
  2993.          ToolTipText     =   "Purple forecolor, Cyan Hover Color, Dirty Yellow Down color, and System Disabled Text Color when disabled."
  2994.          Top             =   1320
  2995.          Width           =   1245
  2996.          _ExtentX        =   2196
  2997.          _ExtentY        =   926
  2998.          Appearance      =   2
  2999.          Caption         =   "Example 2"
  3000.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3001.             Name            =   "MS Sans Serif"
  3002.             Size            =   8.25
  3003.             Charset         =   0
  3004.             Weight          =   400
  3005.             Underline       =   0   'False
  3006.             Italic          =   0   'False
  3007.             Strikethrough   =   0   'False
  3008.          EndProperty
  3009.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3010.             Name            =   "MS Sans Serif"
  3011.             Size            =   8.25
  3012.             Charset         =   0
  3013.             Weight          =   400
  3014.             Underline       =   0   'False
  3015.             Italic          =   0   'False
  3016.             Strikethrough   =   0   'False
  3017.          EndProperty
  3018.          DownForeColor   =   49344
  3019.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3020.             Name            =   "MS Sans Serif"
  3021.             Size            =   8.25
  3022.             Charset         =   0
  3023.             Weight          =   400
  3024.             Underline       =   0   'False
  3025.             Italic          =   0   'False
  3026.             Strikethrough   =   0   'False
  3027.          EndProperty
  3028.          ForeColor       =   12583104
  3029.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3030.             Name            =   "MS Sans Serif"
  3031.             Size            =   8.25
  3032.             Charset         =   0
  3033.             Weight          =   400
  3034.             Underline       =   0   'False
  3035.             Italic          =   0   'False
  3036.             Strikethrough   =   0   'False
  3037.          EndProperty
  3038.          HoverForeColor  =   16776960
  3039.       End
  3040.    End
  3041.    Begin VB.Frame frCaptionAlign 
  3042.       Caption         =   "Caption Align"
  3043.       Height          =   1905
  3044.       Left            =   2670
  3045.       TabIndex        =   71
  3046.       Top             =   0
  3047.       Width           =   3885
  3048.       Begin GradButton.GradientButton gbCaptionAlign 
  3049.          Height          =   525
  3050.          Index           =   3
  3051.          Left            =   1320
  3052.          TabIndex        =   10
  3053.          ToolTipText     =   "Text Positioned at Center Top"
  3054.          Top             =   240
  3055.          Width           =   1245
  3056.          _ExtentX        =   2196
  3057.          _ExtentY        =   926
  3058.          Alignment       =   6
  3059.          Caption         =   "Center Top"
  3060.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3061.             Name            =   "MS Sans Serif"
  3062.             Size            =   8.25
  3063.             Charset         =   0
  3064.             Weight          =   400
  3065.             Underline       =   0   'False
  3066.             Italic          =   0   'False
  3067.             Strikethrough   =   0   'False
  3068.          EndProperty
  3069.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3070.             Name            =   "MS Sans Serif"
  3071.             Size            =   8.25
  3072.             Charset         =   0
  3073.             Weight          =   400
  3074.             Underline       =   0   'False
  3075.             Italic          =   0   'False
  3076.             Strikethrough   =   0   'False
  3077.          EndProperty
  3078.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3079.             Name            =   "MS Sans Serif"
  3080.             Size            =   8.25
  3081.             Charset         =   0
  3082.             Weight          =   400
  3083.             Underline       =   0   'False
  3084.             Italic          =   0   'False
  3085.             Strikethrough   =   0   'False
  3086.          EndProperty
  3087.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3088.             Name            =   "MS Sans Serif"
  3089.             Size            =   8.25
  3090.             Charset         =   0
  3091.             Weight          =   400
  3092.             Underline       =   0   'False
  3093.             Italic          =   0   'False
  3094.             Strikethrough   =   0   'False
  3095.          EndProperty
  3096.          HoverForeColor  =   -2147483635
  3097.       End
  3098.       Begin GradButton.GradientButton gbCaptionAlign 
  3099.          Height          =   525
  3100.          Index           =   0
  3101.          Left            =   60
  3102.          TabIndex        =   7
  3103.          ToolTipText     =   "Text Positioned at Left Top"
  3104.          Top             =   240
  3105.          Width           =   1245
  3106.          _ExtentX        =   2196
  3107.          _ExtentY        =   926
  3108.          Alignment       =   0
  3109.          Caption         =   "Left Top"
  3110.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3111.             Name            =   "MS Sans Serif"
  3112.             Size            =   8.25
  3113.             Charset         =   0
  3114.             Weight          =   400
  3115.             Underline       =   0   'False
  3116.             Italic          =   0   'False
  3117.             Strikethrough   =   0   'False
  3118.          EndProperty
  3119.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3120.             Name            =   "MS Sans Serif"
  3121.             Size            =   8.25
  3122.             Charset         =   0
  3123.             Weight          =   400
  3124.             Underline       =   0   'False
  3125.             Italic          =   0   'False
  3126.             Strikethrough   =   0   'False
  3127.          EndProperty
  3128.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3129.             Name            =   "MS Sans Serif"
  3130.             Size            =   8.25
  3131.             Charset         =   0
  3132.             Weight          =   400
  3133.             Underline       =   0   'False
  3134.             Italic          =   0   'False
  3135.             Strikethrough   =   0   'False
  3136.          EndProperty
  3137.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3138.             Name            =   "MS Sans Serif"
  3139.             Size            =   8.25
  3140.             Charset         =   0
  3141.             Weight          =   400
  3142.             Underline       =   0   'False
  3143.             Italic          =   0   'False
  3144.             Strikethrough   =   0   'False
  3145.          EndProperty
  3146.          HoverForeColor  =   -2147483635
  3147.       End
  3148.       Begin GradButton.GradientButton gbCaptionAlign 
  3149.          Height          =   525
  3150.          Index           =   1
  3151.          Left            =   60
  3152.          TabIndex        =   8
  3153.          ToolTipText     =   "Text Positioned at Left Middle"
  3154.          Top             =   780
  3155.          Width           =   1245
  3156.          _ExtentX        =   2196
  3157.          _ExtentY        =   926
  3158.          Alignment       =   1
  3159.          Appearance      =   0
  3160.          Caption         =   "Left Middle"
  3161.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3162.             Name            =   "MS Sans Serif"
  3163.             Size            =   8.25
  3164.             Charset         =   0
  3165.             Weight          =   400
  3166.             Underline       =   0   'False
  3167.             Italic          =   0   'False
  3168.             Strikethrough   =   0   'False
  3169.          EndProperty
  3170.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3171.             Name            =   "MS Sans Serif"
  3172.             Size            =   8.25
  3173.             Charset         =   0
  3174.             Weight          =   400
  3175.             Underline       =   0   'False
  3176.             Italic          =   0   'False
  3177.             Strikethrough   =   0   'False
  3178.          EndProperty
  3179.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3180.             Name            =   "MS Sans Serif"
  3181.             Size            =   8.25
  3182.             Charset         =   0
  3183.             Weight          =   400
  3184.             Underline       =   0   'False
  3185.             Italic          =   0   'False
  3186.             Strikethrough   =   0   'False
  3187.          EndProperty
  3188.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3189.             Name            =   "MS Sans Serif"
  3190.             Size            =   8.25
  3191.             Charset         =   0
  3192.             Weight          =   400
  3193.             Underline       =   0   'False
  3194.             Italic          =   0   'False
  3195.             Strikethrough   =   0   'False
  3196.          EndProperty
  3197.          HoverForeColor  =   -2147483635
  3198.       End
  3199.       Begin GradButton.GradientButton gbCaptionAlign 
  3200.          Height          =   525
  3201.          Index           =   2
  3202.          Left            =   60
  3203.          TabIndex        =   9
  3204.          ToolTipText     =   "Text Positioned at Left Bottom"
  3205.          Top             =   1320
  3206.          Width           =   1245
  3207.          _ExtentX        =   2196
  3208.          _ExtentY        =   926
  3209.          Alignment       =   2
  3210.          Appearance      =   2
  3211.          Caption         =   "Left Bottom"
  3212.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3213.             Name            =   "MS Sans Serif"
  3214.             Size            =   8.25
  3215.             Charset         =   0
  3216.             Weight          =   400
  3217.             Underline       =   0   'False
  3218.             Italic          =   0   'False
  3219.             Strikethrough   =   0   'False
  3220.          EndProperty
  3221.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3222.             Name            =   "MS Sans Serif"
  3223.             Size            =   8.25
  3224.             Charset         =   0
  3225.             Weight          =   400
  3226.             Underline       =   0   'False
  3227.             Italic          =   0   'False
  3228.             Strikethrough   =   0   'False
  3229.          EndProperty
  3230.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3231.             Name            =   "MS Sans Serif"
  3232.             Size            =   8.25
  3233.             Charset         =   0
  3234.             Weight          =   400
  3235.             Underline       =   0   'False
  3236.             Italic          =   0   'False
  3237.             Strikethrough   =   0   'False
  3238.          EndProperty
  3239.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3240.             Name            =   "MS Sans Serif"
  3241.             Size            =   8.25
  3242.             Charset         =   0
  3243.             Weight          =   400
  3244.             Underline       =   0   'False
  3245.             Italic          =   0   'False
  3246.             Strikethrough   =   0   'False
  3247.          EndProperty
  3248.          HoverForeColor  =   -2147483635
  3249.       End
  3250.       Begin GradButton.GradientButton gbCaptionAlign 
  3251.          Height          =   525
  3252.          Index           =   4
  3253.          Left            =   1320
  3254.          TabIndex        =   11
  3255.          ToolTipText     =   "Text Positioned at Center Middle"
  3256.          Top             =   780
  3257.          Width           =   1245
  3258.          _ExtentX        =   2196
  3259.          _ExtentY        =   926
  3260.          Appearance      =   0
  3261.          Caption         =   "Center Midde"
  3262.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3263.             Name            =   "MS Sans Serif"
  3264.             Size            =   8.25
  3265.             Charset         =   0
  3266.             Weight          =   400
  3267.             Underline       =   0   'False
  3268.             Italic          =   0   'False
  3269.             Strikethrough   =   0   'False
  3270.          EndProperty
  3271.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3272.             Name            =   "MS Sans Serif"
  3273.             Size            =   8.25
  3274.             Charset         =   0
  3275.             Weight          =   400
  3276.             Underline       =   0   'False
  3277.             Italic          =   0   'False
  3278.             Strikethrough   =   0   'False
  3279.          EndProperty
  3280.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3281.             Name            =   "MS Sans Serif"
  3282.             Size            =   8.25
  3283.             Charset         =   0
  3284.             Weight          =   400
  3285.             Underline       =   0   'False
  3286.             Italic          =   0   'False
  3287.             Strikethrough   =   0   'False
  3288.          EndProperty
  3289.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3290.             Name            =   "MS Sans Serif"
  3291.             Size            =   8.25
  3292.             Charset         =   0
  3293.             Weight          =   400
  3294.             Underline       =   0   'False
  3295.             Italic          =   0   'False
  3296.             Strikethrough   =   0   'False
  3297.          EndProperty
  3298.          HoverForeColor  =   -2147483635
  3299.       End
  3300.       Begin GradButton.GradientButton gbCaptionAlign 
  3301.          Height          =   525
  3302.          Index           =   5
  3303.          Left            =   1320
  3304.          TabIndex        =   12
  3305.          ToolTipText     =   "Text Positioned at Center Bottom"
  3306.          Top             =   1320
  3307.          Width           =   1245
  3308.          _ExtentX        =   2196
  3309.          _ExtentY        =   926
  3310.          Alignment       =   8
  3311.          Appearance      =   2
  3312.          Caption         =   "Center Bottom"
  3313.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3314.             Name            =   "MS Sans Serif"
  3315.             Size            =   8.25
  3316.             Charset         =   0
  3317.             Weight          =   400
  3318.             Underline       =   0   'False
  3319.             Italic          =   0   'False
  3320.             Strikethrough   =   0   'False
  3321.          EndProperty
  3322.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3323.             Name            =   "MS Sans Serif"
  3324.             Size            =   8.25
  3325.             Charset         =   0
  3326.             Weight          =   400
  3327.             Underline       =   0   'False
  3328.             Italic          =   0   'False
  3329.             Strikethrough   =   0   'False
  3330.          EndProperty
  3331.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3332.             Name            =   "MS Sans Serif"
  3333.             Size            =   8.25
  3334.             Charset         =   0
  3335.             Weight          =   400
  3336.             Underline       =   0   'False
  3337.             Italic          =   0   'False
  3338.             Strikethrough   =   0   'False
  3339.          EndProperty
  3340.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3341.             Name            =   "MS Sans Serif"
  3342.             Size            =   8.25
  3343.             Charset         =   0
  3344.             Weight          =   400
  3345.             Underline       =   0   'False
  3346.             Italic          =   0   'False
  3347.             Strikethrough   =   0   'False
  3348.          EndProperty
  3349.          HoverForeColor  =   -2147483635
  3350.       End
  3351.       Begin GradButton.GradientButton gbCaptionAlign 
  3352.          Height          =   525
  3353.          Index           =   6
  3354.          Left            =   2580
  3355.          TabIndex        =   13
  3356.          ToolTipText     =   "Text Positioned at Right Top"
  3357.          Top             =   240
  3358.          Width           =   1245
  3359.          _ExtentX        =   2196
  3360.          _ExtentY        =   926
  3361.          Alignment       =   3
  3362.          Caption         =   "Right Top"
  3363.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3364.             Name            =   "MS Sans Serif"
  3365.             Size            =   8.25
  3366.             Charset         =   0
  3367.             Weight          =   400
  3368.             Underline       =   0   'False
  3369.             Italic          =   0   'False
  3370.             Strikethrough   =   0   'False
  3371.          EndProperty
  3372.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3373.             Name            =   "MS Sans Serif"
  3374.             Size            =   8.25
  3375.             Charset         =   0
  3376.             Weight          =   400
  3377.             Underline       =   0   'False
  3378.             Italic          =   0   'False
  3379.             Strikethrough   =   0   'False
  3380.          EndProperty
  3381.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3382.             Name            =   "MS Sans Serif"
  3383.             Size            =   8.25
  3384.             Charset         =   0
  3385.             Weight          =   400
  3386.             Underline       =   0   'False
  3387.             Italic          =   0   'False
  3388.             Strikethrough   =   0   'False
  3389.          EndProperty
  3390.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3391.             Name            =   "MS Sans Serif"
  3392.             Size            =   8.25
  3393.             Charset         =   0
  3394.             Weight          =   400
  3395.             Underline       =   0   'False
  3396.             Italic          =   0   'False
  3397.             Strikethrough   =   0   'False
  3398.          EndProperty
  3399.          HoverForeColor  =   -2147483635
  3400.       End
  3401.       Begin GradButton.GradientButton gbCaptionAlign 
  3402.          Height          =   525
  3403.          Index           =   7
  3404.          Left            =   2580
  3405.          TabIndex        =   14
  3406.          ToolTipText     =   "Text Positioned at Right Middle"
  3407.          Top             =   780
  3408.          Width           =   1245
  3409.          _ExtentX        =   2196
  3410.          _ExtentY        =   926
  3411.          Alignment       =   4
  3412.          Appearance      =   0
  3413.          Caption         =   "Right Middle"
  3414.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3415.             Name            =   "MS Sans Serif"
  3416.             Size            =   8.25
  3417.             Charset         =   0
  3418.             Weight          =   400
  3419.             Underline       =   0   'False
  3420.             Italic          =   0   'False
  3421.             Strikethrough   =   0   'False
  3422.          EndProperty
  3423.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3424.             Name            =   "MS Sans Serif"
  3425.             Size            =   8.25
  3426.             Charset         =   0
  3427.             Weight          =   400
  3428.             Underline       =   0   'False
  3429.             Italic          =   0   'False
  3430.             Strikethrough   =   0   'False
  3431.          EndProperty
  3432.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3433.             Name            =   "MS Sans Serif"
  3434.             Size            =   8.25
  3435.             Charset         =   0
  3436.             Weight          =   400
  3437.             Underline       =   0   'False
  3438.             Italic          =   0   'False
  3439.             Strikethrough   =   0   'False
  3440.          EndProperty
  3441.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3442.             Name            =   "MS Sans Serif"
  3443.             Size            =   8.25
  3444.             Charset         =   0
  3445.             Weight          =   400
  3446.             Underline       =   0   'False
  3447.             Italic          =   0   'False
  3448.             Strikethrough   =   0   'False
  3449.          EndProperty
  3450.          HoverForeColor  =   -2147483635
  3451.       End
  3452.       Begin GradButton.GradientButton gbCaptionAlign 
  3453.          Height          =   525
  3454.          Index           =   8
  3455.          Left            =   2580
  3456.          TabIndex        =   15
  3457.          ToolTipText     =   "Text Positioned at Right Bottom"
  3458.          Top             =   1320
  3459.          Width           =   1245
  3460.          _ExtentX        =   2196
  3461.          _ExtentY        =   926
  3462.          Alignment       =   5
  3463.          Appearance      =   2
  3464.          Caption         =   "Right Bottom"
  3465.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3466.             Name            =   "MS Sans Serif"
  3467.             Size            =   8.25
  3468.             Charset         =   0
  3469.             Weight          =   400
  3470.             Underline       =   0   'False
  3471.             Italic          =   0   'False
  3472.             Strikethrough   =   0   'False
  3473.          EndProperty
  3474.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3475.             Name            =   "MS Sans Serif"
  3476.             Size            =   8.25
  3477.             Charset         =   0
  3478.             Weight          =   400
  3479.             Underline       =   0   'False
  3480.             Italic          =   0   'False
  3481.             Strikethrough   =   0   'False
  3482.          EndProperty
  3483.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3484.             Name            =   "MS Sans Serif"
  3485.             Size            =   8.25
  3486.             Charset         =   0
  3487.             Weight          =   400
  3488.             Underline       =   0   'False
  3489.             Italic          =   0   'False
  3490.             Strikethrough   =   0   'False
  3491.          EndProperty
  3492.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3493.             Name            =   "MS Sans Serif"
  3494.             Size            =   8.25
  3495.             Charset         =   0
  3496.             Weight          =   400
  3497.             Underline       =   0   'False
  3498.             Italic          =   0   'False
  3499.             Strikethrough   =   0   'False
  3500.          EndProperty
  3501.          HoverForeColor  =   -2147483635
  3502.       End
  3503.    End
  3504.    Begin VB.Frame frAppearance 
  3505.       Caption         =   "Appearances"
  3506.       Height          =   2445
  3507.       Left            =   10830
  3508.       TabIndex        =   75
  3509.       Top             =   0
  3510.       Width           =   2625
  3511.       Begin GradButton.GradientButton gbAppearance 
  3512.          Height          =   525
  3513.          Index           =   0
  3514.          Left            =   60
  3515.          TabIndex        =   25
  3516.          ToolTipText     =   "3D Border style with Hover Display"
  3517.          Top             =   240
  3518.          Width           =   1245
  3519.          _ExtentX        =   2196
  3520.          _ExtentY        =   926
  3521.          Caption         =   "3-D with Hover"
  3522.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3523.             Name            =   "MS Sans Serif"
  3524.             Size            =   8.25
  3525.             Charset         =   0
  3526.             Weight          =   400
  3527.             Underline       =   0   'False
  3528.             Italic          =   0   'False
  3529.             Strikethrough   =   0   'False
  3530.          EndProperty
  3531.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3532.             Name            =   "MS Sans Serif"
  3533.             Size            =   8.25
  3534.             Charset         =   0
  3535.             Weight          =   400
  3536.             Underline       =   0   'False
  3537.             Italic          =   0   'False
  3538.             Strikethrough   =   0   'False
  3539.          EndProperty
  3540.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3541.             Name            =   "MS Sans Serif"
  3542.             Size            =   8.25
  3543.             Charset         =   0
  3544.             Weight          =   400
  3545.             Underline       =   0   'False
  3546.             Italic          =   0   'False
  3547.             Strikethrough   =   0   'False
  3548.          EndProperty
  3549.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3550.             Name            =   "MS Sans Serif"
  3551.             Size            =   8.25
  3552.             Charset         =   0
  3553.             Weight          =   400
  3554.             Underline       =   0   'False
  3555.             Italic          =   0   'False
  3556.             Strikethrough   =   0   'False
  3557.          EndProperty
  3558.          HoverForeColor  =   -2147483635
  3559.       End
  3560.       Begin GradButton.GradientButton gbAppearance 
  3561.          Height          =   525
  3562.          Index           =   1
  3563.          Left            =   60
  3564.          TabIndex        =   27
  3565.          ToolTipText     =   "Flat Border style with Hover Display"
  3566.          Top             =   780
  3567.          Width           =   1245
  3568.          _ExtentX        =   2196
  3569.          _ExtentY        =   926
  3570.          Appearance      =   0
  3571.          Caption         =   "Flat with Hover"
  3572.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3573.             Name            =   "MS Sans Serif"
  3574.             Size            =   8.25
  3575.             Charset         =   0
  3576.             Weight          =   400
  3577.             Underline       =   0   'False
  3578.             Italic          =   0   'False
  3579.             Strikethrough   =   0   'False
  3580.          EndProperty
  3581.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3582.             Name            =   "MS Sans Serif"
  3583.             Size            =   8.25
  3584.             Charset         =   0
  3585.             Weight          =   400
  3586.             Underline       =   0   'False
  3587.             Italic          =   0   'False
  3588.             Strikethrough   =   0   'False
  3589.          EndProperty
  3590.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3591.             Name            =   "MS Sans Serif"
  3592.             Size            =   8.25
  3593.             Charset         =   0
  3594.             Weight          =   400
  3595.             Underline       =   0   'False
  3596.             Italic          =   0   'False
  3597.             Strikethrough   =   0   'False
  3598.          EndProperty
  3599.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3600.             Name            =   "MS Sans Serif"
  3601.             Size            =   8.25
  3602.             Charset         =   0
  3603.             Weight          =   400
  3604.             Underline       =   0   'False
  3605.             Italic          =   0   'False
  3606.             Strikethrough   =   0   'False
  3607.          EndProperty
  3608.          HoverForeColor  =   -2147483634
  3609.       End
  3610.       Begin GradButton.GradientButton gbAppearance 
  3611.          Height          =   525
  3612.          Index           =   2
  3613.          Left            =   60
  3614.          TabIndex        =   29
  3615.          ToolTipText     =   "Etched Border style with Hover Display"
  3616.          Top             =   1320
  3617.          Width           =   1245
  3618.          _ExtentX        =   2196
  3619.          _ExtentY        =   926
  3620.          Appearance      =   2
  3621.          Caption         =   "Etched with Hover"
  3622.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3623.             Name            =   "MS Sans Serif"
  3624.             Size            =   8.25
  3625.             Charset         =   0
  3626.             Weight          =   400
  3627.             Underline       =   0   'False
  3628.             Italic          =   0   'False
  3629.             Strikethrough   =   0   'False
  3630.          EndProperty
  3631.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3632.             Name            =   "MS Sans Serif"
  3633.             Size            =   8.25
  3634.             Charset         =   0
  3635.             Weight          =   400
  3636.             Underline       =   0   'False
  3637.             Italic          =   0   'False
  3638.             Strikethrough   =   0   'False
  3639.          EndProperty
  3640.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3641.             Name            =   "MS Sans Serif"
  3642.             Size            =   8.25
  3643.             Charset         =   0
  3644.             Weight          =   400
  3645.             Underline       =   0   'False
  3646.             Italic          =   0   'False
  3647.             Strikethrough   =   0   'False
  3648.          EndProperty
  3649.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3650.             Name            =   "MS Sans Serif"
  3651.             Size            =   8.25
  3652.             Charset         =   0
  3653.             Weight          =   400
  3654.             Underline       =   0   'False
  3655.             Italic          =   0   'False
  3656.             Strikethrough   =   0   'False
  3657.          EndProperty
  3658.          HoverForeColor  =   -2147483631
  3659.       End
  3660.       Begin GradButton.GradientButton gbAppearance 
  3661.          Height          =   525
  3662.          Index           =   3
  3663.          Left            =   1320
  3664.          TabIndex        =   26
  3665.          ToolTipText     =   "3D Border style without Hover Display"
  3666.          Top             =   240
  3667.          Width           =   1245
  3668.          _ExtentX        =   2196
  3669.          _ExtentY        =   926
  3670.          Caption         =   "3-D w/o Hover"
  3671.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3672.             Name            =   "MS Sans Serif"
  3673.             Size            =   8.25
  3674.             Charset         =   0
  3675.             Weight          =   400
  3676.             Underline       =   0   'False
  3677.             Italic          =   0   'False
  3678.             Strikethrough   =   0   'False
  3679.          EndProperty
  3680.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3681.             Name            =   "MS Sans Serif"
  3682.             Size            =   8.25
  3683.             Charset         =   0
  3684.             Weight          =   400
  3685.             Underline       =   0   'False
  3686.             Italic          =   0   'False
  3687.             Strikethrough   =   0   'False
  3688.          EndProperty
  3689.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3690.             Name            =   "MS Sans Serif"
  3691.             Size            =   8.25
  3692.             Charset         =   0
  3693.             Weight          =   400
  3694.             Underline       =   0   'False
  3695.             Italic          =   0   'False
  3696.             Strikethrough   =   0   'False
  3697.          EndProperty
  3698.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3699.             Name            =   "MS Sans Serif"
  3700.             Size            =   8.25
  3701.             Charset         =   0
  3702.             Weight          =   400
  3703.             Underline       =   0   'False
  3704.             Italic          =   0   'False
  3705.             Strikethrough   =   0   'False
  3706.          EndProperty
  3707.          HoverForeColor  =   -2147483635
  3708.          UseHover        =   0   'False
  3709.       End
  3710.       Begin GradButton.GradientButton gbAppearance 
  3711.          Height          =   525
  3712.          Index           =   4
  3713.          Left            =   1320
  3714.          TabIndex        =   28
  3715.          ToolTipText     =   "Flat Border style without Hover Display"
  3716.          Top             =   780
  3717.          Width           =   1245
  3718.          _ExtentX        =   2196
  3719.          _ExtentY        =   926
  3720.          Appearance      =   0
  3721.          Caption         =   "Flat w/o Hover"
  3722.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3723.             Name            =   "MS Sans Serif"
  3724.             Size            =   8.25
  3725.             Charset         =   0
  3726.             Weight          =   400
  3727.             Underline       =   0   'False
  3728.             Italic          =   0   'False
  3729.             Strikethrough   =   0   'False
  3730.          EndProperty
  3731.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3732.             Name            =   "MS Sans Serif"
  3733.             Size            =   8.25
  3734.             Charset         =   0
  3735.             Weight          =   400
  3736.             Underline       =   0   'False
  3737.             Italic          =   0   'False
  3738.             Strikethrough   =   0   'False
  3739.          EndProperty
  3740.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3741.             Name            =   "MS Sans Serif"
  3742.             Size            =   8.25
  3743.             Charset         =   0
  3744.             Weight          =   400
  3745.             Underline       =   0   'False
  3746.             Italic          =   0   'False
  3747.             Strikethrough   =   0   'False
  3748.          EndProperty
  3749.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3750.             Name            =   "MS Sans Serif"
  3751.             Size            =   8.25
  3752.             Charset         =   0
  3753.             Weight          =   400
  3754.             Underline       =   0   'False
  3755.             Italic          =   0   'False
  3756.             Strikethrough   =   0   'False
  3757.          EndProperty
  3758.          HoverForeColor  =   -2147483634
  3759.          UseHover        =   0   'False
  3760.       End
  3761.       Begin GradButton.GradientButton gbAppearance 
  3762.          Height          =   525
  3763.          Index           =   5
  3764.          Left            =   1320
  3765.          TabIndex        =   30
  3766.          ToolTipText     =   "Etched Border style without Hover Display"
  3767.          Top             =   1320
  3768.          Width           =   1245
  3769.          _ExtentX        =   2196
  3770.          _ExtentY        =   926
  3771.          Appearance      =   2
  3772.          Caption         =   "Etched w/o Hover"
  3773.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3774.             Name            =   "MS Sans Serif"
  3775.             Size            =   8.25
  3776.             Charset         =   0
  3777.             Weight          =   400
  3778.             Underline       =   0   'False
  3779.             Italic          =   0   'False
  3780.             Strikethrough   =   0   'False
  3781.          EndProperty
  3782.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3783.             Name            =   "MS Sans Serif"
  3784.             Size            =   8.25
  3785.             Charset         =   0
  3786.             Weight          =   400
  3787.             Underline       =   0   'False
  3788.             Italic          =   0   'False
  3789.             Strikethrough   =   0   'False
  3790.          EndProperty
  3791.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3792.             Name            =   "MS Sans Serif"
  3793.             Size            =   8.25
  3794.             Charset         =   0
  3795.             Weight          =   400
  3796.             Underline       =   0   'False
  3797.             Italic          =   0   'False
  3798.             Strikethrough   =   0   'False
  3799.          EndProperty
  3800.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3801.             Name            =   "MS Sans Serif"
  3802.             Size            =   8.25
  3803.             Charset         =   0
  3804.             Weight          =   400
  3805.             Underline       =   0   'False
  3806.             Italic          =   0   'False
  3807.             Strikethrough   =   0   'False
  3808.          EndProperty
  3809.          HoverForeColor  =   -2147483631
  3810.          UseHover        =   0   'False
  3811.       End
  3812.       Begin GradButton.GradientButton gbAppearance 
  3813.          Height          =   525
  3814.          Index           =   6
  3815.          Left            =   60
  3816.          TabIndex        =   31
  3817.          ToolTipText     =   "Beveled Border style with Hover Display"
  3818.          Top             =   1860
  3819.          Width           =   1245
  3820.          _ExtentX        =   2196
  3821.          _ExtentY        =   926
  3822.          Appearance      =   3
  3823.          Caption         =   "Bevel with Hover"
  3824.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3825.             Name            =   "MS Sans Serif"
  3826.             Size            =   8.25
  3827.             Charset         =   0
  3828.             Weight          =   400
  3829.             Underline       =   0   'False
  3830.             Italic          =   0   'False
  3831.             Strikethrough   =   0   'False
  3832.          EndProperty
  3833.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3834.             Name            =   "MS Sans Serif"
  3835.             Size            =   8.25
  3836.             Charset         =   0
  3837.             Weight          =   400
  3838.             Underline       =   0   'False
  3839.             Italic          =   0   'False
  3840.             Strikethrough   =   0   'False
  3841.          EndProperty
  3842.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3843.             Name            =   "MS Sans Serif"
  3844.             Size            =   8.25
  3845.             Charset         =   0
  3846.             Weight          =   400
  3847.             Underline       =   0   'False
  3848.             Italic          =   0   'False
  3849.             Strikethrough   =   0   'False
  3850.          EndProperty
  3851.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3852.             Name            =   "MS Sans Serif"
  3853.             Size            =   8.25
  3854.             Charset         =   0
  3855.             Weight          =   400
  3856.             Underline       =   0   'False
  3857.             Italic          =   0   'False
  3858.             Strikethrough   =   0   'False
  3859.          EndProperty
  3860.          HoverForeColor  =   -2147483624
  3861.       End
  3862.       Begin GradButton.GradientButton gbAppearance 
  3863.          Height          =   525
  3864.          Index           =   7
  3865.          Left            =   1320
  3866.          TabIndex        =   32
  3867.          ToolTipText     =   "Beveled Border style without Hover Display"
  3868.          Top             =   1860
  3869.          Width           =   1245
  3870.          _ExtentX        =   2196
  3871.          _ExtentY        =   926
  3872.          Appearance      =   3
  3873.          Caption         =   "Bevel w/o Hover"
  3874.          BeginProperty DisabledFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3875.             Name            =   "MS Sans Serif"
  3876.             Size            =   8.25
  3877.             Charset         =   0
  3878.             Weight          =   400
  3879.             Underline       =   0   'False
  3880.             Italic          =   0   'False
  3881.             Strikethrough   =   0   'False
  3882.          EndProperty
  3883.          BeginProperty DownFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3884.             Name            =   "MS Sans Serif"
  3885.             Size            =   8.25
  3886.             Charset         =   0
  3887.             Weight          =   400
  3888.             Underline       =   0   'False
  3889.             Italic          =   0   'False
  3890.             Strikethrough   =   0   'False
  3891.          EndProperty
  3892.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3893.             Name            =   "MS Sans Serif"
  3894.             Size            =   8.25
  3895.             Charset         =   0
  3896.             Weight          =   400
  3897.             Underline       =   0   'False
  3898.             Italic          =   0   'False
  3899.             Strikethrough   =   0   'False
  3900.          EndProperty
  3901.          BeginProperty HoverFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  3902.             Name            =   "MS Sans Serif"
  3903.             Size            =   8.25
  3904.             Charset         =   0
  3905.             Weight          =   400
  3906.             Underline       =   0   'False
  3907.             Italic          =   0   'False
  3908.             Strikethrough   =   0   'False
  3909.          EndProperty
  3910.          HoverForeColor  =   -2147483624
  3911.          UseHover        =   0   'False
  3912.       End
  3913.    End
  3914.    Begin VB.Label lblDescription 
  3915.       Caption         =   $"frmGradButtonExample.frx":31B44
  3916.       Height          =   615
  3917.       Left            =   0
  3918.       TabIndex        =   86
  3919.       Top             =   4680
  3920.       Width           =   8325
  3921.    End
  3922. Attribute VB_Name = "frmGradButtonExample"
  3923. Attribute VB_GlobalNameSpace = False
  3924. Attribute VB_Creatable = False
  3925. Attribute VB_PredeclaredId = True
  3926. Attribute VB_Exposed = False
  3927. Option Explicit
  3928. Private Sub Form_Load()
  3929.     gbAutoSize(0).Height = gbAutoSize(1).Height
  3930.     gbAutoSize(0).Width = gbAutoSize(1).Width
  3931. End Sub
  3932. Private Sub gbAbout_Click()
  3933.     gbAbout.About
  3934. End Sub
  3935. Private Sub gbExit_Click()
  3936.     Unload Me
  3937. End Sub
  3938. Private Sub gbOptionButton_ValueChanged(Index As Integer, New_Value As Boolean)
  3939.     gbOptionButton(Index).Caption = "Option Button " & CStr(Index + 1) & " Value = " & New_Value
  3940. End Sub
  3941. Private Sub gbStateButton_ValueChanged(Index As Integer, New_Value As Boolean)
  3942.     gbStateButton(Index).Caption = "State Button " & CStr(Index + 1) & " Value = " & New_Value
  3943. End Sub
  3944.